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

What is Unicode character 𨙣?

The Unicode character 𨙣 U+28663 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+28663.

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!