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

What is Unicode character 𬎞?

The Unicode character 𬎞 U+2C39E 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+2C39E.

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!