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

What is Unicode character 𬨰?

The Unicode character 𬨰 U+2CA30 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+2CA30.

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!