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

What is Unicode character 𰈍?

The Unicode character 𰈍 U+3020D 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+3020D.

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!