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

What is Unicode character 𭖡?

The Unicode character 𭖡 U+2D5A1 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+2D5A1.

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!