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

What is Unicode character 𢢔?

The Unicode character 𢢔 U+22894 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+22894.

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!