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

What is Unicode character 𢮕?

The Unicode character 𢮕 U+22B95 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+22B95.

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!