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

What is Unicode character 𬯹?

The Unicode character 𬯹 U+2CBF9 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+2CBF9.

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!