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

What is Unicode character 𡃬?

The Unicode character 𡃬 U+210EC 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+210EC.

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!