Tifinagh Letter Tuareg Yazh

Shortcodes

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

Unicode
U+2D4C
HTML Code
ⵌ
HEX Code
ⵌ
CSS Code
\2D4C
JS/JSON
\u2D4C
Unix/C/PHP/JAVA
0x2D4C
URL-encode
%E2%B5%8C

Customize Tifinagh Letter Tuareg Yazh

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

  

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

Insert in HTML

1. Direct symbol:
<span>ⵌ</span>
HTML Code:
<span>&#11596;</span>
HEX Code:
<span>&#x2D4C;</span>

Add with CSS

.tifinagh-letter-tuareg-yazh::before {
  content: '\\2D4C';
}

Set it in JavaScript

document.querySelector('.tifinagh-letter-tuareg-yazh').textContent = 'ⵌ';
copied