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

What is Unicode character 𨦍?

The Unicode character 𨦍 U+2898D 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+2898D.

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!