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

What is Unicode character 𰾼?

The Unicode character 𰾼 U+30FBC 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+30FBC.

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!