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

What is Unicode character 𨙹?

The Unicode character 𨙹 U+28679 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+28679.

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!