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

What is Unicode character 𨝎?

The Unicode character 𨝎 U+2874E 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+2874E.

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!