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

What is Unicode character 𢉕?

The Unicode character 𢉕 U+22255 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+22255.

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!