<!DOCTYPE html>
<title>Example</title>
<style>
button {
font-size: 8vw;
}
.next::after {
content: "\2192";
</style>
<button class="next">Next</button>