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

What is Unicode character 𨍂?

The Unicode character 𨍂 U+28342 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+28342.

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!