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

What is Unicode character 𢆓?

The Unicode character 𢆓 U+22193 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+22193.

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!