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

What is Unicode character 𱨟?

The Unicode character 𱨟 U+31A1F 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+31A1F.

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!