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

What is Unicode character 𢢑?

The Unicode character 𢢑 U+22891 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+22891.

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!