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

What is Unicode character 𬭵?

The Unicode character 𬭵 U+2CB75 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+2CB75.

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!