Linear B Syllable B003 Pa Character
π is the Linear B syllable named βB003 PAβ (U+1001E).
U+1001E
π is a character from the Linear B writing system. Itβs identified in Unicode as βLINEAR B SYLLABLE B003 PA.β Use the copy options below for web, code, and documents.
Linear B Syllable B003 Pa Character Meaning
π (U+1001E) is a Unicode character representing a specific syllable in the Linear B script: βLINEAR B SYLLABLE B003 PA.β Linear B is an ancient script used for writing Mycenaean Greek, and Unicode includes syllable signs so texts can be digitized accurately. On this symbol page, the most important βmeaningβ for practical use is its identity as that exact syllable sign (B003) rather than a modern alphabet letter. When you copy it into your work, youβre preserving the correct Unicode character for syllable βpaβ as classified by Unicode.
Common uses
- β’Academic or educational materials referencing Linear B syllables by Unicode character
- β’Digital humanities projects that transcribe or encode ancient inscriptions
- β’Typography and font testing for the Linear B block (U+10000βU+1007F)
- β’Web and app UI that includes scholarly symbols or character pickers
- β’Code samples and documentation that demonstrate Unicode input/output
Examples
π Linear B Syllable B003 PA
- πU+1001E is written as π in Unicode text.
- πIn my transcription, the syllable βpaβ is represented by π.
- πThe character picker shows π under the Linear B category.
- πExporting UTF-8 correctly preserves π in saved documents.
- πI used \\\\1001E to insert π in my CSS.
Variations
Technical codes
| Unicode | U+1001E | |
| HTML Entity | 𐀞 | |
| HTML Code | 𐀞 | |
| CSS | \1001E |
FAQ
What does the Linear B Syllable B003 Pa character mean?
π (U+1001E) is a Unicode character representing a specific syllable in the Linear B script: βLINEAR B SYLLABLE B003 PA.β Linear B is an ancient script used for writing Mycenaean Greek, and Unicode includes syllable signs so texts can be digitized accurately. On this symbol page, the most important βmeaningβ for practical use is its identity as that exact syllable sign (B003) rather than a modern alphabet letter. When you copy it into your work, youβre preserving the correct Unicode character for syllable βpaβ as classified by Unicode.
What Unicode character is π?
π is the Linear B syllable βB003 PA,β with Unicode codepoint U+1001E.
How do I copy π into HTML?
You can use the HTML entity: 𐀞.
How do I write π in CSS?
Use the CSS escape \\1001E to insert the character.
Whatβs the JavaScript escape for π?
Use \\u{1001E} in JavaScript.