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

What is Unicode character 𰓼?

The Unicode character 𰓼 U+304FC 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+304FC.

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!