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

What is Unicode character 𨍇?

The Unicode character 𨍇 U+28347 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+28347.

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!