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

What is Unicode character 𨐟?

The Unicode character 𨐟 U+2841F 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+2841F.

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!