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

What is Unicode character 𢝎?

The Unicode character 𢝎 U+2274E 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+2274E.

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!