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

What is Unicode character 𬩵?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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