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

What is Unicode character 𢮓?

The Unicode character 𢮓 U+22B93 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+22B93.

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!