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

What is Unicode character 𰓕?

The Unicode character 𰓕 U+304D5 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+304D5.

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!