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

What is Unicode character 𢖕?

The Unicode character 𢖕 U+22595 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+22595.

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!