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

What is Unicode character 𨖓?

The Unicode character 𨖓 U+28593 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+28593.

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!