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

What is Unicode character 𫖃?

The Unicode character 𫖃 U+2B583 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B583.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!