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

What is Unicode character 𫎎?

The Unicode character 𫎎 U+2B38E is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B38E.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!