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

What is Unicode character 𰀝?

The Unicode character 𰀝 U+3001D 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+3001D.

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!