| Symboolnaam | Hangul Syllable Tus |
| Unicode-versie | 2.0 |
| Unicode | U+D245 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \D245 |
| Hexadecimale code | 0xD245 |
| HTML-code | 퉅 |
| LaTeX | \hangul{D245} |
| Symbool | 퉅 |
| URL-codering (UTF-8 procent) | %ED%89%85 |
| Uitgesproken naam / schermlezer | Hangul Syllable Tus |
| UTF-8 | ED 89 85 |
| UTF-16 | D245 |
| UTF-32 | 0000D245 |
1\documentclass{article}2\usepackage{pifont}3\hangul{D245}4\end{document}Je kunt het hangul syllable tus-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 53829 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable tus", or use Unicode Hex Input with D245.
Ctrl + Shift + U, type d245, 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-tus::before { content: "\D245"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>퉅</span>De weergave van het Hangul Syllable Tus-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uD245' or String.fromCodePoint(53829) |
| Python | '\N{HANGUL SYLLABLE TUS}' or chr(53829) |
| Rust | '\u{D245}' |
| C / C++ | UTF-8 source or wchar_t with U+D245 |
| Go | string(rune(0xD245)) |
| Ruby | "\u{D245}" |