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

What is Unicode character 𰾨?

The Unicode character 𰾨 U+30FA8 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+30FA8.

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!