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

What is Unicode character 𨞟?

The Unicode character 𨞟 U+2879F 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+2879F.

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!