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

What is Unicode character 𨵹?

The Unicode character 𨵹 U+28D79 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+28D79.

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!