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

What is Unicode character 𡃲?

The Unicode character 𡃲 U+210F2 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+210F2.

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!