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

What is Unicode character 𬍫?

The Unicode character 𬍫 U+2C36B 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+2C36B.

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!