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

What is Unicode character 𫀏?

The Unicode character 𫀏 U+2B00F 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+2B00F.

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!