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

What is Unicode character 𬨪?

The Unicode character 𬨪 U+2CA2A 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+2CA2A.

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!