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

What is Unicode character 𢄑?

The Unicode character 𢄑 U+22111 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+22111.

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!