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

What is Unicode character 𨹹?

The Unicode character 𨹹 U+28E79 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+28E79.

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!