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

What is Unicode character 𨍀?

The Unicode character 𨍀 U+28340 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+28340.

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!