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

What is Unicode character 𢆅?

The Unicode character 𢆅 U+22185 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+22185.

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!