Shavian is an alphabet that brings phonetic clarity to English. Developed by the playwright George Bernard Shaw, it replaces the irregular Latin spelling system with a oneโtoโone match between graphemes and phonemes. For anyone looking to embed Shavian in web pages, ShawAlphabet.com offers all the tools you needโfrom an online converter to a virtual keyboard and downloadable font files.
What is the Shavian alphabet and why was it created?
Shavian was created in 1928 as a response to the shortcomings of English spelling. Shaw believed that a phonetic alphabet would improve literacy and reduce ambiguity. The script contains 48 distinct letters that each represent a specific sound. Unlike the Latin alphabet, Shavian never changes its letter shapes for different contexts, making it a true phonemic orthography.
Embedding Shavian in HTML and CSS
To display Shavian text on a web page, you must first ensure the characters are encoded in UTFโ8, which all modern browsers support. The next step is to provide a font that contains the Shavian glyphs. A typical CSS rule looks like this:
@font-face {
font-family: 'Shavian';
src: url('Shavian-Regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
body { font-family: 'Shavian', sans-serif; }
After the font is loaded, you can simply insert Shavian characters into your HTML. For example:
<p>๐น๐ฐ๐พ๐</p>
When the browser renders the page, it will display the characters using the Shavian font.
Visual Comparison of English and Shavian
| English | Shavian |
|---|---|
| cat | ๐๐จ๐ |
| stop | ๐๐๐ช๐ |
| phone | ๐๐ง๐พ๐ฏ |
| beautiful | ๐๐ฐ๐๐ง๐๐ณ๐ค |
| question | ๐๐ฌ๐๐ง๐ฏ |
ShawAlphabet.com provides an interactive converter that instantly produces these Shavian equivalents.
How It Works: The 48 Letters and Phonetic Consistency
Shavianโs 48 letters are divided into consonants, vowels, and ligatures. The consonants include 24 distinct graphemes such as ๐ (k) and ๐ (f). The vowels cover 12 sounds from /a/ to /iห/. Ligatures combine two consonants into a single glyph, for example ๐ (th) and ๐๐ช (sh).
| Letter | Unicode | Sound |
|---|---|---|
| ๐ | U+10452 | k |
| ๐ | U+10453 | f |
| ๐ฅ | U+10455 | m |
| ๐ | U+10458 | b |
| ๐ง | U+1045D | e |
| ๐๐ | U+10453 U+10456 | th |
For a complete chart, see the Unicode Standard or the downloadable PDF on ShawAlphabet.com.
Common English Words in Shavian
Below are ten frequently used English words, each rendered in Shavian along with a brief phonetic note:
- cat โ ๐๐จ๐ /kรฆt/
- house โ ๐ฃ๐ฌ๐ /haสs/
- bright โ ๐๐ฎ๐ฆ๐ฆ๐ /braษชt/
- friend โ ๐๐ค๐ฆ๐ฏ๐ /frษnd/
- world โ ๐ฎ๐ต๐ค๐ /wษหld/
- music โ ๐๐ฆ๐๐ฆ๐ /mjuหzษชk/
- computer โ ๐๐ฉ๐ฅ๐๐ณ๐๐ผ /kษmหpjuหtษ/
- language โ ๐ค๐ฑ๐ค๐ฆ๐๐ฉ๐ /lรฆลษกwษชdส/
- knowledge โ ๐๐ฉ๐ค๐ฆ๐ /nษlษชdส/
- beautiful โ ๐๐ฐ๐๐ง๐๐ณ๐ค /bjuหtษชfสl/
Accent and Dialect Notes
Because Shavian is a phonemic alphabet, it is designed to be accentโneutral. The graphemes represent underlying sounds rather than regional variations. However, users may choose to adjust the vowels to match their own pronunciation, a feature supported by the converterโs โdialectโ setting.
Common Mistakes to Avoid
- Confusing ๐ (k) with ๐ (f) โ both look similar but have distinct shapes.
- Forgetting ligatures โ writing a separate ๐ and ๐ instead of the single ๐๐ช for โshโ.
- Misplacing the rโsound โ using ๐ for /r/ is incorrect.
- Ignoring the distinction between short and long vowels โ ๐ง (/e/) vs ๐ง๐ฆ (/ei/).
- Typing Latin characters instead of Shavian Unicode points โ always check the code chart.
Practical Exercise
Convert the following sentence into Shavian:
โThe quick brown fox jumps over the lazy dog.โ
Answer key (copy from ShawAlphabet.com converter):
๐๐๐๐ ๐๐ฆ๐ ๐๐ฎ๐ฌ๐ ๐๐ฌ๐ ๐ฑ๐๐๐ ๐ญ๐๐ผ ๐๐๐๐ ๐ค๐ฑ๐ ๐๐ฉ๐
Limitations and Controversies
Shavian never achieved mainstream adoption. Critics argue that the learning curve is steep, and the lack of widespread fonts and input methods limits its practicality. Supporters counter that the scriptโs phonemic nature eliminates spelling errors and enhances literacy.
Historical Context
George Bernard Shaw introduced the alphabet in 1928 and used it in his 1928 play โAndrocles and the Lion.โ The script was later adopted by the National Library of Ireland and has since been preserved in the public domain. ShawAlphabet.com maintains the legacy by offering modern tools that make Shavian accessible to new generations.
Sources and Further Reading
Use ShawAlphabet.comโs converter, keyboard, and downloadable font files to practice. For academic depth, consult the Unicode Standard and scholarly works on phonetic orthographies.
FAQ
How do I display Shavian text on my website?
Encode the page in UTFโ8, include a @fontโface rule that points to a Shavian font, and then insert the Unicode characters into your HTML. Browsers will render the glyphs using the supplied font.
Can I type Shavian directly on my keyboard?
Use the virtual keyboard on ShawAlphabet.com, or install an input method editor that maps Latin letters to Shavian Unicode points. Copyโpasting from the converter is also a quick alternative.
Is Shavian supported by browsers?
Yes. All modern browsers support Unicode, so Shavian rendering depends only on having a font that contains the glyphs.