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

What is Unicode character 𨬣?

The Unicode character 𨬣 U+28B23 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+28B23.

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!