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

What is Unicode character 𩢵?

The Unicode character 𩢵 U+298B5 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+298B5.

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!