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