Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<style>
@font-face {
font-family: emoji;
src: url("../fonts/emoji.ttf");
}
span {
font-family: emoji;
font-size: 25pt;
color: yellow;
}
</style>
</head>
<body>
<span>&#xe000;</span>
</body>
</html>