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

What is Unicode character 𬀣?

The Unicode character 𬀣 U+2C023 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+2C023.

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!