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

What is Unicode character 𢕏?

The Unicode character 𢕏 U+2254F 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+2254F.

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!