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

What is Unicode character 𰆍?

The Unicode character 𰆍 U+3018D 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+3018D.

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!