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

What is Unicode character 𢮑?

The Unicode character 𢮑 U+22B91 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+22B91.

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!