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

What is Unicode character 𰎝?

The Unicode character 𰎝 U+3039D 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+3039D.

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!