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

What is Unicode character 𬈰?

The Unicode character 𬈰 U+2C230 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+2C230.

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!