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

What is Unicode character 𬞵?

The Unicode character 𬞵 U+2C7B5 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+2C7B5.

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!