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

What is Unicode character 𨖃?

The Unicode character 𨖃 U+28583 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+28583.

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!