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

What is Unicode character 𧦎?

The Unicode character 𧦎 U+2798E 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+2798E.

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!