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

What is Unicode character 𰓏?

The Unicode character 𰓏 U+304CF 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+304CF.

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!