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

What is Unicode character 𨍅?

The Unicode character 𨍅 U+28345 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+28345.

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!