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

What is Unicode character 𰰕?

The Unicode character 𰰕 U+30C15 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+30C15.

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!