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

What is Unicode character 𢝏?

The Unicode character 𢝏 U+2274F 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+2274F.

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!