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

What is Unicode character 𨡹?

The Unicode character 𨡹 U+28879 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+28879.

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!