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>&#203321;</p>
📋
CSS .selector { content: '\31A39' };
📋
JS var unicodeA = '\u31A39 ';
📋
CPP char unicodeA = ' \u31A39 ';
📋
Java char unicodeA = '\u31A39';
📋
Python unicodeA = '\u31A39'
📋

What is Unicode character 𱨹?

The Unicode character 𱨹 U+31A39 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension H 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+31A39.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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