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

What is Unicode character 𬧾?

The Unicode character 𬧾 U+2C9FE 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+2C9FE.

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!