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

What is Unicode character 𱵟?

The Unicode character 𱵟 U+31D5F 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+31D5F.

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!