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

What is Unicode character 𢡢?

The Unicode character 𢡢 U+22862 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+22862.

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!