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

What is Unicode character 𧦟?

The Unicode character 𧦟 U+2799F 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+2799F.

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!