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

What is Unicode character 𨰣?

The Unicode character 𨰣 U+28C23 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+28C23.

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!