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

What is Unicode character 𢹘?

The Unicode character 𢹘 U+22E58 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+22E58.

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!