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

What is Unicode character 𰈝?

The Unicode character 𰈝 U+3021D 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+3021D.

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!