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

What is Unicode character 𰀑?

The Unicode character 𰀑 U+30011 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+30011.

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!