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

What is Unicode character 𰴕?

The Unicode character 𰴕 U+30D15 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+30D15.

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!