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>&#135394;</p>
📋
CSS .selector { content: '\210E2' };
📋
JS var unicodeA = '\u210E2 ';
📋
CPP char unicodeA = ' \u210E2 ';
📋
Java char unicodeA = '\u210E2';
📋
Python unicodeA = '\u210E2'
📋

What is Unicode character 𡃢?

The Unicode character 𡃢 U+210E2 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+210E2.

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!