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

What is Unicode character 𢖉?

The Unicode character 𢖉 U+22589 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+22589.

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!