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

What is Unicode character 𨍨?

The Unicode character 𨍨 U+28368 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+28368.

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!