| Symboolnaam | Planck Constant |
| Unicode-versie | 1.1 |
| Unicode | U+210E |
| Unicode-blok | |
| Algemene categorie | Lowercase Letter (Ll) |
| CSS-code | \210E |
| Hexadecimale code | 0x210E |
| HTML-code | ℎ |
| LaTeX | \mathrm{ℎ} |
| Symbool | ℎ |
| URL-codering (UTF-8 procent) | %E2%84%8E |
| Uitgesproken naam / schermlezer | Planck Constant |
| UTF-8 | E2 84 8E |
| UTF-16 | 210E |
| UTF-32 | 0000210E |
1\documentclass{article}2\usepackage{pifont}3\mathrm{ℎ}4\end{document}Je kunt het planck constant-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 8462 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "planck constant", or use Unicode Hex Input with 210E.
Ctrl + Shift + U, type 210e, 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::before { content: "\210E"; }1<span>ℎ</span>De weergave van het Planck Constant-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u210E' or String.fromCodePoint(0x210E) |
| Python | '\N{PLANCK CONSTANT}' or chr(8462) |
| Rust | '\u{210E}' |
| C / C++ | UTF-8 source or wchar_t with U+210E |
| Go | string(rune(0x210E)) |
| Ruby | "\u210E" |