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

What is Unicode character 𢝌?

The Unicode character 𢝌 U+2274C 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+2274C.

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!