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

What is Unicode character 𰎎?

The Unicode character 𰎎 U+3038E 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+3038E.

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!