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

What is Unicode character 𨍈?

The Unicode character 𨍈 U+28348 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+28348.

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!