| Nom du symbole | Hangul Syllable Twels |
| Version Unicode | 2.0 |
| Unicode | U+D270 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \D270 |
| Code hexadécimal | 0xD270 |
| Code HTML | 퉰 |
| LaTeX | \hangul{D270} |
| Symbole | 퉰 |
| Encodage URL (pourcent UTF-8) | %ED%89%B0 |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole hangul syllable twels sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Hangul Syllable Twels dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |