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

What is Unicode character 𬨌?

The Unicode character 𬨌 U+2CA0C 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+2CA0C.

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!