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

What is Unicode character 𫀅?

The Unicode character 𫀅 U+2B005 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+2B005.

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!