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

What is Unicode character 𬈼?

The Unicode character 𬈼 U+2C23C 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+2C23C.

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!