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

What is Unicode character 𨑓?

The Unicode character 𨑓 U+28453 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+28453.

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!