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

What is Unicode character 𬮟?

The Unicode character 𬮟 U+2CB9F 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+2CB9F.

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!