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>&#135886;</p>
📋
CSS .selector { content: '\212CE' };
📋
JS var unicodeA = '\u212CE ';
📋
CPP char unicodeA = ' \u212CE ';
📋
Java char unicodeA = '\u212CE';
📋
Python unicodeA = '\u212CE'
📋

What is Unicode character 𡋎?

The Unicode character 𡋎 U+212CE 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+212CE.

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!