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

What is Unicode character 𨤍?

The Unicode character 𨤍 U+2890D 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+2890D.

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!