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

What is Unicode character 𢬰?

The Unicode character 𢬰 U+22B30 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+22B30.

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!