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

What is Unicode character 𰎍?

The Unicode character 𰎍 U+3038D 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+3038D.

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!