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

What is Unicode character 𩢹?

The Unicode character 𩢹 U+298B9 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+298B9.

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!