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

What is Unicode character 𣌟?

The Unicode character 𣌟 U+2331F 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+2331F.

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!