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

What is Unicode character 𰀔?

The Unicode character 𰀔 U+30014 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+30014.

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!