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

What is Unicode character 𨝏?

The Unicode character 𨝏 U+2874F 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+2874F.

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!