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

What is Unicode character 𭖬?

The Unicode character 𭖬 U+2D5AC 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+2D5AC.

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!