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

What is Unicode character 𨍧?

The Unicode character 𨍧 U+28367 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+28367.

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!