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

What is Unicode character 𩢨?

The Unicode character 𩢨 U+298A8 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+298A8.

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!