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

What is Unicode character 𬦱?

The Unicode character 𬦱 U+2C9B1 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+2C9B1.

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!