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

What is Unicode character 𬍪?

The Unicode character 𬍪 U+2C36A 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+2C36A.

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!