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

What is Unicode character 𬞹?

The Unicode character 𬞹 U+2C7B9 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+2C7B9.

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!