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

What is Unicode character 𨙧?

The Unicode character 𨙧 U+28667 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+28667.

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!