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

What is Unicode character 𤐟?

The Unicode character 𤐟 U+2441F 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+2441F.

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!