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

What is Unicode character 𢎑?

The Unicode character 𢎑 U+22391 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+22391.

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!