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

What is Unicode character 𭖲?

The Unicode character 𭖲 U+2D5B2 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+2D5B2.

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!