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

What is Unicode character 𨘣?

The Unicode character 𨘣 U+28623 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+28623.

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!