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

What is Unicode character 𨎖?

The Unicode character 𨎖 U+28396 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+28396.

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!