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

What is Unicode character 𨌖?

The Unicode character 𨌖 U+28316 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+28316.

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!