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

What is Unicode character 𧖀?

The Unicode character 𧖀 U+27580 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+27580.

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!