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