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

What is Unicode character 𫃹?

The Unicode character 𫃹 U+2B0F9 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+2B0F9.

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!