Sgaw Karen vs Burmese: How to Tell Them Apart
Sgaw Karen text gets called Burmese constantly. Language detectors do it, websites do it, and AI assistants do it. The mistake is understandable and it is also checkable in a few seconds, which is what this guide is for.
Everything in the first half of this page is objective Unicode fact. You can verify every line of it against the official character database at unicode.org, and you should.
Why the confusion happens
Sgaw Karen is written in the Myanmar script, the same script used to write Burmese. It is not a separate alphabet that merely looks similar. The two languages genuinely share one Unicode block, U+1000 to U+109F, and Sgaw Karen borrows most of its consonants directly from the Burmese inventory.
So software that guesses "which language is this?" from the character block alone will answer Burmese every time. The block is shared. The languages are not.
Sgaw Karen is a Karen language, in the Karenic branch of Sino-Tibetan. Burmese is Burmish. A Burmese speaker cannot read Sgaw Karen, and the language code is different: Sgaw Karen is ksw, Burmese is my.
The positive test: four characters that mean Sgaw Karen
Unicode assigns exactly four characters whose official names contain the words "SGAW KAREN". If you see any of these, you are almost certainly looking at Sgaw Karen and not Burmese.
U+1061ၡ MYANMAR LETTER SGAW KAREN SHAU+1062ၢ MYANMAR VOWEL SIGN SGAW KAREN EUU+1063ၣ MYANMAR TONE MARK SGAW KAREN HATHIU+1064ၤ MYANMAR TONE MARK SGAW KAREN KE PHO
Two of those four are tone marks, and in practice they are everywhere in running Sgaw Karen text. That makes this a fast and reliable check. Burmese does not use them.
The negative test: characters that mean Karen but not Sgaw
This is the half that almost nothing on the web states plainly, and it is the more useful half.
"Karen" is not one language. It is a group of them. Unicode encodes characters for several Karen varieties, and those characters mean the text is not Sgaw Karen.
U+1065toU+106Dare Western Pwo Karen (two letters, two vowel signs, and five tone marks).U+106EtoU+1070are Eastern Pwo Karen (NNA, YWA, GHWA).U+1071is Geba Karen (vowel sign I).U+1072toU+1074are Kayah.
Pwo Karen is a different language from Sgaw Karen, not a dialect of it. If you are building a Sgaw Karen dictionary and a word arrives containing U+1065, the honest conclusion is that something upstream mixed up a Karen variety, not that you have found a rare Sgaw spelling.
Knyaw enforces exactly this check on its own data before a word can go live.
One trap worth knowing
U+1060 ၠ is MYANMAR CONSONANT SIGN MON MEDIAL LA. It sits immediately before the four Sgaw characters, and it is used in Sgaw Karen orthography, so it is tempting to describe it as a fifth Sgaw marker.
It is not. Its official name says Mon, it is a Mon medial, and it appears in other languages written with this script. Treating it as a Sgaw identifier would give false positives, which on a page whose whole claim is that you can check it yourself would be self-defeating.
Four characters carry the SGAW KAREN name. Not five.
A structural rule for spotting broken text
There is one more check that needs no language knowledge at all.
A Sgaw Karen syllable opens on a consonant. Vowel signs, medials and tone marks are dependent: they attach to a base consonant and cannot stand on their own. So a word that begins with a dependent sign, or that stacks one directly after the killer mark ်, is not a hard word. It is broken text, usually from a bad encoding conversion or a truncated copy and paste.
If you are storing Karen data, that rule catches corruption that a spellchecker will not.
What to store, so it stays readable
- Store Sgaw Karen as Unicode NFC. Convert legacy Zawgyi encoded text at the boundary, before it enters your database.
- Tag it
lang="ksw", notlang="my". This tells the browser to pick Karen glyph shapes, and it tells assistive tech and translation tools the truth. - Render it in a Karen-aware font such as Padauk. A Burmese-only font will draw several of these characters wrongly or not at all.
Frequently Asked Questions
Is Sgaw Karen the same as Burmese?
No. They share the Myanmar script and one Unicode block, but they are different languages from different branches of Sino-Tibetan, and a Burmese speaker cannot read Sgaw Karen.
How can I tell if a piece of text is Sgaw Karen?
Look for the four characters whose official Unicode names contain SGAW KAREN, U+1061 through U+1064; the two tone marks among them are very common in ordinary Sgaw Karen text.
What is the language code for Sgaw Karen?
The ISO 639-3 code is ksw, and the Wikidata entity is Q56410, while Burmese is my.
Is Pwo Karen the same as Sgaw Karen?
No, Pwo Karen is a separate Karen language with its own Unicode characters at U+1065 to U+1070, so those characters indicate the text is not Sgaw Karen.
Why does my Sgaw Karen text show as boxes or wrong shapes?
The font in use has no Karen glyphs or is Burmese-only, so installing a Karen-aware font such as Padauk and tagging the text lang="ksw" fixes it.
Does Knyaw teach how to pronounce Sgaw Karen?
No, Knyaw teaches reading only; Sgaw Karen is a tone language and tone changes meaning, so we do not guess at pronunciation without verified audio from a Karen speaker.