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

What is Unicode character 𨌕?

The Unicode character 𨌕 U+28315 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+28315.

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!