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

What is Unicode character 𫧟?

The Unicode character 𫧟 U+2B9DF 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+2B9DF.

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!