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

What is Unicode character 𦖑?

The Unicode character 𦖑 U+26591 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+26591.

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!