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

What is Unicode character 𱰟?

The Unicode character 𱰟 U+31C1F 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+31C1F.

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!