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

What is Unicode character 𰓍?

The Unicode character 𰓍 U+304CD 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+304CD.

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!