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

What is Unicode character 𬨑?

The Unicode character 𬨑 U+2CA11 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+2CA11.

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!