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

What is Unicode character 𤀟?

The Unicode character 𤀟 U+2401F 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+2401F.

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!