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

What is Unicode character 𢶕?

The Unicode character 𢶕 U+22D95 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+22D95.

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!