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

What is Unicode character 𢆐?

The Unicode character 𢆐 U+22190 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+22190.

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!