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

What is Unicode character 𫕵?

The Unicode character 𫕵 U+2B575 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B575.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!