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

What is Unicode character 𬆹?

The Unicode character 𬆹 U+2C1B9 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+2C1B9.

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!