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