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

What is Unicode character 𬎝?

The Unicode character 𬎝 U+2C39D 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+2C39D.

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!