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

What is Unicode character 𢕵?

The Unicode character 𢕵 U+22575 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+22575.

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!