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

What is Unicode character 𢌟?

The Unicode character 𢌟 U+2231F 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+2231F.

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!