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

What is Unicode character 𨦌?

The Unicode character 𨦌 U+2898C 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+2898C.

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!