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

What is Unicode character 𢖄?

The Unicode character 𢖄 U+22584 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+22584.

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!