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

What is Unicode character 𡑓?

The Unicode character 𡑓 U+21453 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+21453.

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!