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>&#170220;</p>
📋
CSS .selector { content: '\298EC' };
📋
JS var unicodeA = '\u298EC ';
📋
CPP char unicodeA = ' \u298EC ';
📋
Java char unicodeA = '\u298EC';
📋
Python unicodeA = '\u298EC'
📋

What is Unicode character 𩣬?

The Unicode character 𩣬 U+298EC 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+298EC.

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!