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

What is Unicode character 𭖍?

The Unicode character 𭖍 U+2D58D 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+2D58D.

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!