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

What is Unicode character 𬨮?

The Unicode character 𬨮 U+2CA2E 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+2CA2E.

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!