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

What is Unicode character 𨦊?

The Unicode character 𨦊 U+2898A 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+2898A.

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!