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

What is Unicode character 𱬟?

The Unicode character 𱬟 U+31B1F 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+31B1F.

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!