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

What is Unicode character 𢞕?

The Unicode character 𢞕 U+22795 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+22795.

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!