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

What is Unicode character 𧕵?

The Unicode character 𧕵 U+27575 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+27575.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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