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

What is Unicode character 𰌝?

The Unicode character 𰌝 U+3031D 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+3031D.

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!