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

What is Unicode character 𰾬?

The Unicode character 𰾬 U+30FAC 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+30FAC.

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!