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

What is Unicode character 𰾶?

The Unicode character 𰾶 U+30FB6 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+30FB6.

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!