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

What is Unicode character 𪐟?

The Unicode character 𪐟 U+2A41F 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+2A41F.

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!