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

What is Unicode character 𰓓?

The Unicode character 𰓓 U+304D3 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+304D3.

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!