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

What is Unicode character 𬧓?

The Unicode character 𬧓 U+2C9D3 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+2C9D3.

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!