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

What is Unicode character 𢨰?

The Unicode character 𢨰 U+22A30 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+22A30.

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!