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

What is Unicode character 𬂝?

The Unicode character 𬂝 U+2C09D 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+2C09D.

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!