| Nom du symbole | Planck Constant Over Two Pi |
| Version Unicode | 1.1 |
| Unicode | U+210F |
| Bloc Unicode | |
| Catégorie générale | Lowercase Letter (Ll) |
| UTF-8 | E2 84 8F |
| UTF-16 | 210F |
| UTF-32 | 0000210F |
1\documentclass{article}2\usepackage{pifont}3\mathrm{\hbar}4\end{document}Vous pouvez saisir le symbole planck constant over two pi sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 8463 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "planck constant over two pi", or use Unicode Hex Input with 210F.
Ctrl + Shift + U, type 210f, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with unit symbol support.
1span.planck-constant-over-two-pi::before { content: "\210F"; }1<span>ℏ</span>La représentation du symbole Planck Constant Over Two Pi dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u210F' or String.fromCodePoint(0x210F) |
| Python | '\N{PLANCK CONSTANT OVER TWO PI}' or chr(8463) |
| Rust | '\u{210F}' |
| C / C++ | UTF-8 source or wchar_t with U+210F |
| Go | string(rune(0x210F)) |
| Ruby | "\u210F" |
| Code CSS |
\210F |
| Code hexadécimal | 0x210F |
| Code HTML | ℏ |
| LaTeX | \mathrm{\hbar} |
| Symbole | ℏ |
| Encodage URL (pourcent UTF-8) | %E2%84%8F |
| Nom oral / lecteur d’écran | Planck Constant Over Two Pi |