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

What is Unicode character 𢆑?

The Unicode character 𢆑 U+22191 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+22191.

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!