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

What is Unicode character 𢲕?

The Unicode character 𢲕 U+22C95 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+22C95.

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!