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

What is Unicode character 𢪕?

The Unicode character 𢪕 U+22A95 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+22A95.

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!