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

What is Unicode character 𢌑?

The Unicode character 𢌑 U+22311 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+22311.

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!