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

What is Unicode character 𩢬?

The Unicode character 𩢬 U+298AC 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+298AC.

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!