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