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>&#189471;</p>
📋
CSS .selector { content: '\2E41F' };
📋
JS var unicodeA = '\u2E41F ';
📋
CPP char unicodeA = ' \u2E41F ';
📋
Java char unicodeA = '\u2E41F';
📋
Python unicodeA = '\u2E41F'
📋

What is Unicode character 𮐟?

The Unicode character 𮐟 U+2E41F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2E41F.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!