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

What is Unicode character 𨍆?

The Unicode character 𨍆 U+28346 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+28346.

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!