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>&#197021;</p>
📋
CSS .selector { content: '\3019D' };
📋
JS var unicodeA = '\u3019D ';
📋
CPP char unicodeA = ' \u3019D ';
📋
Java char unicodeA = '\u3019D';
📋
Python unicodeA = '\u3019D'
📋

What is Unicode character 𰆝?

The Unicode character 𰆝 U+3019D 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+3019D.

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!