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

What is Unicode character 𬎚?

The Unicode character 𬎚 U+2C39A 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+2C39A.

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!