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

What is Unicode character 𫀟?

The Unicode character 𫀟 U+2B01F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B01F.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!