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

What is Unicode character 𢤑?

The Unicode character 𢤑 U+22911 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+22911.

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!