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>&#170382;</p>
📋
CSS .selector { content: '\2998E' };
📋
JS var unicodeA = '\u2998E ';
📋
CPP char unicodeA = ' \u2998E ';
📋
Java char unicodeA = '\u2998E';
📋
Python unicodeA = '\u2998E'
📋

What is Unicode character 𩦎?

The Unicode character 𩦎 U+2998E 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+2998E.

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!