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

What is Unicode character 𬎎?

The Unicode character 𬎎 U+2C38E 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+2C38E.

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!