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

What is Unicode character 𫶟?

The Unicode character 𫶟 U+2BD9F 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+2BD9F.

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!