Css Styling

Size
𡃙
15px
𡃙
18px
𡃙
21px
𡃙
24px
𡃙
27px
𡃙
30px
𡃙
33px
𡃙
36px
𡃙
42px
𡃙
48px
𡃙
54px
𡃙
60px
𡃙
66px
𡃙
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
𡃙
Bold
𡃙
Italic
𡃙
Underline
𡃙
Strikethrough
𡃙
UpperCase
𡃙
LowerCase
𡃙
Oblique
A 𡃙
Subscript
A 𡃙
Superscript
𡃙
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
𡃙
Arial
𡃙
Times New Roman
𡃙
Verdana
𡃙
Courier New
𡃙
Garamond
𡃙
Georgia
𡃙
Trebuchet MS
𡃙
Tahoma
𡃙
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
𡃙
White
𡃙
Brown
𡃙
Maroon
𡃙
Magenta
𡃙
Red
𡃙
Orange
𡃙
Yellow
𡃙
Green
𡃙
Teal
𡃙
Cyan
𡃙
Blue
𡃙
Violet
𡃙
Purple
𡃙
Indigo
𡃙
Gray
𡃙
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
𡃙
White
𡃙
Brown
𡃙
Maroon
𡃙
Magenta
𡃙
Red
𡃙
Orange
𡃙
Yellow
𡃙
Green
𡃙
Teal
𡃙
Cyan
𡃙
Blue
𡃙
Violet
𡃙
Purple
𡃙
Indigo
𡃙
Gray
𡃙
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#135385;</p>
📋
CSS .selector { content: '\210D9' };
📋
JS var unicodeA = '\u210D9 ';
📋
CPP char unicodeA = ' \u210D9 ';
📋
Java char unicodeA = '\u210D9';
📋
Python unicodeA = '\u210D9'
📋

What is Unicode character 𡃙?

The Unicode character 𡃙 U+210D9 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B block.

What does the Unicode character 𡃙 represent?

The Unicode character 𡃙 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𡃙?

The Unicode code point for 𡃙 is U+210D9.

Is the appearance of the 𡃙 character consistent across all platforms?

The appearance of the 𡃙 character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Cjk Unified Ideograph- remains consistent.

How can I ensure the 𡃙 character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Han script to correctly render the 𡃙 character.

In which version was Unicode character 𡃙 released, and to which block of characters does it belong?

Unicode character 𡃙 was first introduced in Unicode Version 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!