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

What is Unicode character 𨖐?

The Unicode character 𨖐 U+28590 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+28590.

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!