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

What is Unicode character 𨌶?

The Unicode character 𨌶 U+28336 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+28336.

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!