x
 
1
<!DOCTYPE html>
2
<title>Example</title>
3
<style>
4
    button {
5
        font-size: 8vw;
6
    }
7
    .previous::before {
8
        content: "\2190";
9
    }
10
</style>
11
12
<button class="previous">Previous</button>