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

What is Unicode character 𭖦?

The Unicode character 𭖦 U+2D5A6 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+2D5A6.

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!