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

What is Unicode character 𬎟?

The Unicode character 𬎟 U+2C39F 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+2C39F.

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!