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

What is Unicode character 𢅕?

The Unicode character 𢅕 U+22155 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+22155.

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!