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

What is Unicode character 𧞟?

The Unicode character 𧞟 U+2779F 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+2779F.

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!