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

What is Unicode character 𢡲?

The Unicode character 𢡲 U+22872 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+22872.

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!