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

What is Unicode character 𣐟?

The Unicode character 𣐟 U+2341F 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+2341F.

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!