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

What is Unicode character 𢀩?

The Unicode character 𢀩 U+22029 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+22029.

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!