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

What is Unicode character 𢬑?

The Unicode character 𢬑 U+22B11 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+22B11.

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!