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

What is Unicode character 𫃵?

The Unicode character 𫃵 U+2B0F5 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+2B0F5.

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!