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

What is Unicode character 𨖑?

The Unicode character 𨖑 U+28591 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+28591.

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!