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

What is Unicode character 𬐟?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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