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

What is Unicode character 𬩬?

The Unicode character 𬩬 U+2CA6C 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+2CA6C.

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!