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

What is Unicode character 𱲟?

The Unicode character 𱲟 U+31C9F 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+31C9F.

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!