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

What is Unicode character 𧦍?

The Unicode character 𧦍 U+2798D 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+2798D.

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!