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

What is Unicode character 𫰟?

The Unicode character 𫰟 U+2BC1F 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+2BC1F.

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!