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>&#201631;</p>
📋
CSS .selector { content: '\3139F' };
📋
JS var unicodeA = '\u3139F ';
📋
CPP char unicodeA = ' \u3139F ';
📋
Java char unicodeA = '\u3139F';
📋
Python unicodeA = '\u3139F'
📋

What is Unicode character 𱎟?

The Unicode character 𱎟 U+3139F 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+3139F.

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!