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

What is Unicode character 𢁄?

The Unicode character 𢁄 U+22044 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+22044.

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!