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

What is Unicode character 𨎗?

The Unicode character 𨎗 U+28397 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+28397.

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!