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

What is Unicode character 𢾕?

The Unicode character 𢾕 U+22F95 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+22F95.

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!