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

What is Unicode character 𢼑?

The Unicode character 𢼑 U+22F11 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+22F11.

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!