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

What is Unicode character 𰾡?

The Unicode character 𰾡 U+30FA1 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+30FA1.

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!