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

What is Unicode character 𨐏?

The Unicode character 𨐏 U+2840F 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+2840F.

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!