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

What is Unicode character 𨞝?

The Unicode character 𨞝 U+2879D 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+2879D.

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!