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

What is Unicode character 𬎩?

The Unicode character 𬎩 U+2C3A9 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+2C3A9.

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!