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

What is Unicode character 𬎏?

The Unicode character 𬎏 U+2C38F 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+2C38F.

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!