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

What is Unicode character 𬍭?

The Unicode character 𬍭 U+2C36D 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+2C36D.

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!