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

What is Unicode character 𦐟?

The Unicode character 𦐟 U+2641F 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+2641F.

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!