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>&#197114;</p>
📋
CSS .selector { content: '\301FA' };
📋
JS var unicodeA = '\u301FA ';
📋
CPP char unicodeA = ' \u301FA ';
📋
Java char unicodeA = '\u301FA';
📋
Python unicodeA = '\u301FA'
📋

What is Unicode character 𰇺?

The Unicode character 𰇺 U+301FA 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+301FA.

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!