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

What is Unicode character 𢑓?

The Unicode character 𢑓 U+22453 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+22453.

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!