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

What is Unicode character 𰀓?

The Unicode character 𰀓 U+30013 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+30013.

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!