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

What is Unicode character 𡃍?

The Unicode character 𡃍 U+210CD 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+210CD.

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!