| Symbolname | Hangul Syllable Tulh |
| Unicode-Version | 2.0 |
| Unicode | U+D23B |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \D23B |
| Hexadezimalcode | 0xD23B |
| HTML-Code | 툻 |
| LaTeX | \hangul{D23B} |
| Symbol | 툻 |
| URL-Kodierung (UTF-8-Prozent) | %ED%88%BB |
| Ansagename (Screenreader) | Hangul Syllable Tulh |
| UTF-8 | ED 88 BB |
| UTF-16 | D23B |
| UTF-32 | 0000D23B |
1\documentclass{article}2\usepackage{pifont}3\hangul{D23B}4\end{document}Sie können das Symbol hangul syllable tulh auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 53819 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable tulh", or use Unicode Hex Input with D23B.
Ctrl + Shift + U, type d23b, 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-tulh::before { content: "\D23B"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>툻</span>Die Darstellung des Symbols Hangul Syllable Tulh in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uD23B' or String.fromCodePoint(53819) |
| Python | '\N{HANGUL SYLLABLE TULH}' or chr(53819) |
| Rust | '\u{D23B}' |
| C / C++ | UTF-8 source or wchar_t with U+D23B |
| Go | string(rune(0xD23B)) |
| Ruby | "\u{D23B}" |