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

What is Unicode character 𰀦?

The Unicode character 𰀦 U+30026 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+30026.

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!