Sinhala Letter Dantaja Sayanna Letter
“ස” is the Sinhala letter Dantaja Sayananna (U+0DC3), used in writing Sinhala words.
U+0DC3
The character “ස” is a specific letter in the Sinhala script. If you’re designing, coding, or writing in Sinhala, it helps to know the exact Unicode value and copy-safe formats. Below are reliable ways to copy it and use it in text, HTML, CSS, and JavaScript.
Sinhala Letter Dantaja Sayanna Letter Meaning
“ස” is the Unicode character named SINHALA LETTER DANTAJA SAYANNA (U+0DC3). As part of the Sinhala writing system, it represents a letter used to form Sinhala words and syllables. In practice, its meaning depends on the Sinhala word it appears in, rather than being a standalone symbol with a single global meaning. When you copy or type “ස”, what matters most is using the correct Unicode code point so the character renders correctly across fonts, browsers, and operating systems. For web or app development, using the provided escapes helps avoid incorrect character substitutions.
Common uses
- •Typing and proofreading Sinhala text in documents and chat
- •UI labels and forms for Sinhala language support
- •Web content (headings, buttons, and article text) in Sinhala
- •Developer input strings in HTML, CSS, or JavaScript using Unicode escapes
- •Subtitles, captions, and social media posts that include Sinhala characters
Examples
ස Sinhala Letter Dantaja Sayananna
- සසඳ
- සසමග
- සසඳහා
- සසත්ය
- සසංචාර
Variations
Technical codes
| Unicode | U+0DC3 | |
| HTML Entity | ස | |
| HTML Code | ස | |
| CSS | \0DC3 |
FAQ
What does the Sinhala Letter Dantaja Sayanna letter mean?
“ස” is the Unicode character named SINHALA LETTER DANTAJA SAYANNA (U+0DC3). As part of the Sinhala writing system, it represents a letter used to form Sinhala words and syllables. In practice, its meaning depends on the Sinhala word it appears in, rather than being a standalone symbol with a single global meaning. When you copy or type “ස”, what matters most is using the correct Unicode code point so the character renders correctly across fonts, browsers, and operating systems. For web or app development, using the provided escapes helps avoid incorrect character substitutions.
What Unicode character is “ස”?
“ස” is the Sinhala letter named SINHALA LETTER DANTAJA SAYANNA with Unicode code point U+0DC3.
How can I copy “ස” safely for a website?
Use the direct character “ස”, or the HTML entity ස to reduce the chance of encoding issues.
What CSS escape can I use for this character?
Use CSS escape \\0DC3.
What JavaScript escape represents “ස”?
Use \\u{0DC3} in JavaScript.