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

What is Unicode character 𨐅?

The Unicode character 𨐅 U+28405 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+28405.

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!