| Nome del simbolo | Planck Constant Over Two Pi |
| Versione Unicode | 1.1 |
| Unicode | U+210F |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo planck constant over two pi sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Planck Constant Over Two Pi nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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" |
| Codice CSS |
\210F |
| Codice esadecimale | 0x210F |
| Codice HTML | ℏ |
| LaTeX | \mathrm{\hbar} |
| Simbolo | ℏ |
| Codifica URL (percentuale UTF-8) | %E2%84%8F |
| Nome parlato / screen reader | Planck Constant Over Two Pi |