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

What is Unicode character 𪎟?

The Unicode character 𪎟 U+2A39F 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+2A39F.

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!