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

What is Unicode character 𬣹?

The Unicode character 𬣹 U+2C8F9 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+2C8F9.

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!