Tetragram For Watch

๐„

Shortcodes

Copy useful codes for tetragram for watch symbol ๐„ to use in websites, apps, blogs, and docs.

Unicode
U+1D344
HTML Code
𝍄
HEX Code
𝍄
CSS Code
\1D344
JS/JSON
\u1D344
Unix/C/PHP/JAVA
0x1D344
URL-encode
%F0%9D%8D%84

Customize Tetragram For Watch

Customize ๐„, download it as SVG or PNG, or copy the generated HTML snippet.

๐„
  

How to use Tetragram For Watch Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐„</span>
HTML Code:
<span>&#119620;</span>
HEX Code:
<span>&#x1D344;</span>

Add with CSS

.tetragram-for-watch::before {
  content: '\\1D344';
}

Set it in JavaScript

document.querySelector('.tetragram-for-watch').textContent = '๐„';
copied