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

What is Unicode character 𭖺?

The Unicode character 𭖺 U+2D5BA 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+2D5BA.

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!