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

What is Unicode character 𤘟?

The Unicode character 𤘟 U+2461F 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+2461F.

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!