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

What is Unicode character 𨀣?

The Unicode character 𨀣 U+28023 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+28023.

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!