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

What is Unicode character 𭖨?

The Unicode character 𭖨 U+2D5A8 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+2D5A8.

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!