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

What is Unicode character 𨴣?

The Unicode character 𨴣 U+28D23 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+28D23.

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!