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

What is Unicode character 𨝊?

The Unicode character 𨝊 U+2874A 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+2874A.

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!