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