summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-fonts/font-variant-emoji-2-ref.html
blob: d899e0ff53c4661a2ac26bbe802eadd168ed5271 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<meta charset=utf-8>
<title>CSS Fonts: font-variant-emoji reference file</title>
<style>
div { font: 40px/2 serif; }
</style>
<body>
<p>text</p>
<div>&#x263A;&#xfe0e; &#x263A;&#xfe0e; &#x263A;&#xfe0f;</div>
<p>emoji</p>
<div>&#x263A;&#xfe0f; &#x263A;&#xfe0e; &#x263A;&#xfe0f;</div>
<p>unicode</p>
<div>&#x263A;&#xfe0e; &#x263A;&#xfe0e; &#x263A;&#xfe0f;</div>