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

What is Unicode character 𢲓?

The Unicode character 𢲓 U+22C93 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+22C93.

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!