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

What is Unicode character 𢝕?

The Unicode character 𢝕 U+22755 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+22755.

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!