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

What is Unicode character 𢢒?

The Unicode character 𢢒 U+22892 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+22892.

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!