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>&#199458;</p>
📋
CSS .selector { content: '\30B22' };
📋
JS var unicodeA = '\u30B22 ';
📋
CPP char unicodeA = ' \u30B22 ';
📋
Java char unicodeA = '\u30B22';
📋
Python unicodeA = '\u30B22'
📋

What is Unicode character 𰬢?

The Unicode character 𰬢 U+30B22 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+30B22.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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