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

What is Unicode character 𬦷?

The Unicode character 𬦷 U+2C9B7 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+2C9B7.

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!