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

What is Unicode character 𰓝?

The Unicode character 𰓝 U+304DD 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+304DD.

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!