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

What is Unicode character 𫼟?

The Unicode character 𫼟 U+2BF1F 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+2BF1F.

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!