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

What is Unicode character 𰆎?

The Unicode character 𰆎 U+3018E 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+3018E.

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!