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

What is Unicode character 𢁅?

The Unicode character 𢁅 U+22045 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+22045.

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!