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

What is Unicode character 𰀕?

The Unicode character 𰀕 U+30015 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+30015.

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!