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

What is Unicode character 𰓾?

The Unicode character 𰓾 U+304FE 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+304FE.

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!