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

What is Unicode character 𰓺?

The Unicode character 𰓺 U+304FA 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+304FA.

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!