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

What is Unicode character 𡌟?

The Unicode character 𡌟 U+2131F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2131F.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!