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