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

What is Unicode character 𨌦?

The Unicode character 𨌦 U+28326 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+28326.

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!