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

What is Unicode character 𭐟?

The Unicode character 𭐟 U+2D41F 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+2D41F.

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!