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

What is Unicode character 𰓅?

The Unicode character 𰓅 U+304C5 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+304C5.

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!