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

What is Unicode character 𢵕?

The Unicode character 𢵕 U+22D55 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+22D55.

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!