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

What is Unicode character 𡃊?

The Unicode character 𡃊 U+210CA 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+210CA.

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!