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

What is Unicode character 𭖼?

The Unicode character 𭖼 U+2D5BC 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+2D5BC.

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!