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

What is Unicode character 𨌗?

The Unicode character 𨌗 U+28317 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+28317.

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!