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

What is Unicode character 𢕊?

The Unicode character 𢕊 U+2254A 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+2254A.

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!