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

What is Unicode character 𬎜?

The Unicode character 𬎜 U+2C39C 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+2C39C.

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!