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

What is Unicode character 𰓑?

The Unicode character 𰓑 U+304D1 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+304D1.

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!