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

What is Unicode character 𢖅?

The Unicode character 𢖅 U+22585 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+22585.

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!