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

What is Unicode character 𨨣?

The Unicode character 𨨣 U+28A23 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+28A23.

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!