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

What is Unicode character 𢥎?

The Unicode character 𢥎 U+2294E 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+2294E.

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!