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

What is Unicode character 𤁟?

The Unicode character 𤁟 U+2405F 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+2405F.

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!