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

What is Unicode character 𪎎?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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