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

What is Unicode character 𨌣?

The Unicode character 𨌣 U+28323 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+28323.

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!