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

What is Unicode character 𬨣?

The Unicode character 𬨣 U+2CA23 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+2CA23.

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!