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

What is Unicode character 𧦝?

The Unicode character 𧦝 U+2799D 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+2799D.

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!