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

What is Unicode character 𢹕?

The Unicode character 𢹕 U+22E55 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+22E55.

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!