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

What is Unicode character 𢄅?

The Unicode character 𢄅 U+22105 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+22105.

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!