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

What is Unicode character 𢀦?

The Unicode character 𢀦 U+22026 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+22026.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!