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

What is Unicode character 𨌘?

The Unicode character 𨌘 U+28318 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+28318.

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!