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

What is Unicode character 𬧯?

The Unicode character 𬧯 U+2C9EF 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+2C9EF.

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!