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

What is Unicode character 𬂹?

The Unicode character 𬂹 U+2C0B9 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C0B9.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!