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

What is Unicode character 𢀴?

The Unicode character 𢀴 U+22034 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+22034.

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!