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

What is Unicode character 𢌔?

The Unicode character 𢌔 U+22314 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+22314.

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!