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

What is Unicode character 𬧰?

The Unicode character 𬧰 U+2C9F0 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+2C9F0.

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!