<!DOCTYPE html>
<title>Example</title>
<style>
button {
font-size: 8vw;
}
.previous::before {
content: "\2190";
</style>
<button class="previous">Previous</button>