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

What is Unicode character 𢢘?

The Unicode character 𢢘 U+22898 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+22898.

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!