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

What is Unicode character 𫣟?

The Unicode character 𫣟 U+2B8DF 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+2B8DF.

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!