| Symboolnaam | Planck Constant Over Two Pi |
| Unicode-versie | 1.1 |
| Unicode | U+210F |
| Unicode-blok | |
| Algemene categorie | Lowercase Letter (Ll) |
| CSS-code |
| UTF-8 | E2 84 8F |
| UTF-16 | 210F |
| UTF-32 | 0000210F |
1\documentclass{article}2\usepackage{pifont}3\mathrm{\hbar}4\end{document}Je kunt het planck constant over two pi-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Planck Constant Over Two Pi-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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" |
\210F |
| Hexadecimale code | 0x210F |
| HTML-code | ℏ |
| LaTeX | \mathrm{\hbar} |
| Symbool | ℏ |
| URL-codering (UTF-8 procent) | %E2%84%8F |
| Uitgesproken naam / schermlezer | Planck Constant Over Two Pi |