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>&#181100;</p>
📋
CSS .selector { content: '\2C36C' };
📋
JS var unicodeA = '\u2C36C ';
📋
CPP char unicodeA = ' \u2C36C ';
📋
Java char unicodeA = '\u2C36C';
📋
Python unicodeA = '\u2C36C'
📋

What is Unicode character 𬍬?

The Unicode character 𬍬 U+2C36C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C36C.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!