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

What is Unicode character 𢾓?

The Unicode character 𢾓 U+22F93 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+22F93.

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!