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

What is Unicode character 𨝌?

The Unicode character 𨝌 U+2874C 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+2874C.

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!