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

What is Unicode character 𫐟?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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