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

What is Unicode character 𬈺?

The Unicode character 𬈺 U+2C23A 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+2C23A.

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!