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

What is Unicode character 𦖄?

The Unicode character 𦖄 U+26584 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+26584.

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!