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

What is Unicode character 𢱵?

The Unicode character 𢱵 U+22C75 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+22C75.

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!