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>&#199704;</p>
📋
CSS .selector { content: '\30C18' };
📋
JS var unicodeA = '\u30C18 ';
📋
CPP char unicodeA = ' \u30C18 ';
📋
Java char unicodeA = '\u30C18';
📋
Python unicodeA = '\u30C18'
📋

What is Unicode character 𰰘?

The Unicode character 𰰘 U+30C18 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+30C18.

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!