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

What is Unicode character 𢺓?

The Unicode character 𢺓 U+22E93 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+22E93.

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!