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

What is Unicode character 𰓎?

The Unicode character 𰓎 U+304CE 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+304CE.

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!