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

What is Unicode character 𫀹?

The Unicode character 𫀹 U+2B039 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+2B039.

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!