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

What is Unicode character 𢢕?

The Unicode character 𢢕 U+22895 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+22895.

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!