| Nom du symbole | Hangul Syllable Tweobs |
| Version Unicode | 2.0 |
| Unicode | U+D25F |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \D25F |
| Code hexadécimal | 0xD25F |
| Code HTML | 퉟 |
| LaTeX | \hangul{D25F} |
| Symbole | 퉟 |
| Encodage URL (pourcent UTF-8) | %ED%89%9F |
| Nom oral / lecteur d’écran | Hangul Syllable Tweobs |
| UTF-8 | ED 89 9F |
| UTF-16 | D25F |
| UTF-32 | 0000D25F |
1\documentclass{article}2\usepackage{pifont}3\hangul{D25F}4\end{document}Vous pouvez saisir le symbole hangul syllable tweobs sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 53855 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable tweobs", or use Unicode Hex Input with D25F.
Ctrl + Shift + U, type d25f, 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-tweobs::before { content: "\D25F"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>퉟</span>La représentation du symbole Hangul Syllable Tweobs dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD25F' or String.fromCodePoint(53855) |
| Python | '\N{HANGUL SYLLABLE TWEOBS}' or chr(53855) |
| Rust | '\u{D25F}' |
| C / C++ | UTF-8 source or wchar_t with U+D25F |
| Go | string(rune(0xD25F)) |
| Ruby | "\u{D25F}" |