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

What is Unicode character 𢔑?

The Unicode character 𢔑 U+22511 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+22511.

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!