| Symboolnaam | Hangul Syllable Ad |
| Unicode-versie | 2.0 |
| Unicode | U+C54B |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \C54B |
| Hexadecimale code | 0xC54B |
| HTML-code | 앋 |
| LaTeX | \hangul{C54B} |
| Symbool | 앋 |
| URL-codering (UTF-8 procent) | %EC%95%8B |
| Uitgesproken naam / schermlezer | Hangul Syllable Ad |
| UTF-8 | EC 95 8B |
| UTF-16 | C54B |
| UTF-32 | 0000C54B |
1\documentclass{article}2\usepackage{pifont}3\hangul{C54B}4\end{document}Je kunt het hangul syllable ad-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 50507 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ad", or use Unicode Hex Input with C54B.
Ctrl + Shift + U, type c54b, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-syllable-ad::before { content: "\C54B"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>앋</span>De weergave van het Hangul Syllable Ad-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uC54B' or String.fromCodePoint(50507) |
| Python | '\N{HANGUL SYLLABLE AD}' or chr(50507) |
| Rust | '\u{C54B}' |
| C / C++ | UTF-8 source or wchar_t with U+C54B |
| Go | string(rune(0xC54B)) |
| Ruby | "\u{C54B}" |