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

What is Unicode character 𬧑?

The Unicode character 𬧑 U+2C9D1 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+2C9D1.

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!