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

What is Unicode character 𭖃?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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