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

What is Unicode character 𢖀?

The Unicode character 𢖀 U+22580 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+22580.

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!