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