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

What is Unicode character 𰾺?

The Unicode character 𰾺 U+30FBA 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+30FBA.

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!