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

What is Unicode character 𢝊?

The Unicode character 𢝊 U+2274A 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+2274A.

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!