| Nome del simbolo | Hangul Syllable Tweol |
| Versione Unicode | 2.0 |
| Unicode | U+D250 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \D250 |
| Codice esadecimale | 0xD250 |
| Codice HTML | 퉐 |
| LaTeX | \hangul{D250} |
| Simbolo | 퉐 |
| Codifica URL (percentuale UTF-8) | %ED%89%90 |
| Nome parlato / screen reader | Hangul Syllable Tweol |
| UTF-8 | ED 89 90 |
| UTF-16 | D250 |
| UTF-32 | 0000D250 |
1\documentclass{article}2\usepackage{pifont}3\hangul{D250}4\end{document}Puoi digitare il simbolo hangul syllable tweol sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 53840 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable tweol", or use Unicode Hex Input with D250.
Ctrl + Shift + U, type d250, 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-tweol::before { content: "\D250"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>퉐</span>La rappresentazione del simbolo Hangul Syllable Tweol nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD250' or String.fromCodePoint(53840) |
| Python | '\N{HANGUL SYLLABLE TWEOL}' or chr(53840) |
| Rust | '\u{D250}' |
| C / C++ | UTF-8 source or wchar_t with U+D250 |
| Go | string(rune(0xD250)) |
| Ruby | "\u{D250}" |