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

What is Unicode character 𢖈?

The Unicode character 𢖈 U+22588 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+22588.

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!