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

What is Unicode character 𰬰?

The Unicode character 𰬰 U+30B30 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+30B30.

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!