trisquel-icecat/icecat/testing/web-platform/tests/css/css-fonts/font-variant-emoji-005-ref.html
2025-10-06 02:35:48 -06:00

23 lines
612 B
HTML

<!DOCTYPE html>
<meta charset="UTF-8" />
<title>CSS Fonts reference</title>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
body { background: white; }
p { font: 16px/3 serif; }
span { color: white; font: 25px Ahem; }
span span { color: initial; font-variant-emoji: emoji; }
</style>
<h4>Only lines 3 and 4 should show a keycap numeral:</h4>
<p>1. text: <span>X</span></p>
<p>2. unicode: <span>X</span></p>
<p>3. emoji: <span>X<span>3&#xfe0f;&#x20e3;</span>X</span></p>
<p>4. with VS16: <span>X<span>4&#xfe0f;&#x20e3;</span>X</span></p>
<p>5. emoji, with VS15: <span>X</span></p>