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

What is Unicode character 𫀍?

The Unicode character 𫀍 U+2B00D 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+2B00D.

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!