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

What is Unicode character 𨁹?

The Unicode character 𨁹 U+28079 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+28079.

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!