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

What is Unicode character 𤌟?

The Unicode character 𤌟 U+2431F 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+2431F.

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!