1961387-1-ref.html (357B)
1 <!DOCTYPE html> 2 <meta charset="utf-8" /> 3 <style> 4 div { 5 position: absolute; 6 writing-mode: vertical-lr; 7 font: 50px serif, Noto Color Emoji; 8 } 9 #mask { 10 color: transparent; 11 background: green; 12 } 13 </style> 14 15 <p>The emoji glyph should not be visible outside the green box:</p> 16 17 <div id="mask">.🐀.</div>