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

What is Unicode character 𬎍?

The Unicode character 𬎍 U+2C38D 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+2C38D.

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!