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

What is Unicode character 𰬀?

The Unicode character 𰬀 U+30B00 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+30B00.

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!