Tifinagh Letter Tuareg Yak

Shortcodes

Copy useful codes for tifinagh letter tuareg yak symbol ⴾ to use in websites, apps, blogs, and docs.

Unicode
U+2D3E
HTML Code
ⴾ
HEX Code
ⴾ
CSS Code
2D3E
JS/JSON
u2D3E
Unix/C/PHP/JAVA
0x2D3E
URL-encode
%E2%B4%BE

Customize Tifinagh Letter Tuareg Yak

Customize ⴾ, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Tifinagh Letter Tuareg Yak Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>ⴾ</span>
HTML Code:
<span>&#11582;</span>
HEX Code:
<span>&#x2D3E;</span>

Add with CSS

.tifinagh-letter-tuareg-yak::before {
  content: '2D3E';
}

Set it in JavaScript

document.querySelector('.tifinagh-letter-tuareg-yak').textContent = 'ⴾ';
copied