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

What is Unicode character 𰾢?

The Unicode character 𰾢 U+30FA2 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+30FA2.

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!