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

What is Unicode character 𢥍?

The Unicode character 𢥍 U+2294D 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+2294D.

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!