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

What is Unicode character 𨝍?

The Unicode character 𨝍 U+2874D 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+2874D.

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!