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

What is Unicode character 𡐟?

The Unicode character 𡐟 U+2141F 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+2141F.

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!