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>&#142384;</p>
📋
CSS .selector { content: '\22C30' };
📋
JS var unicodeA = '\u22C30 ';
📋
CPP char unicodeA = ' \u22C30 ';
📋
Java char unicodeA = '\u22C30';
📋
Python unicodeA = '\u22C30'
📋

What is Unicode character 𢰰?

The Unicode character 𢰰 U+22C30 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+22C30.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!