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

What is Unicode character 𬎛?

The Unicode character 𬎛 U+2C39B 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+2C39B.

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!