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

What is Unicode character 𰾰?

The Unicode character 𰾰 U+30FB0 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+30FB0.

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!