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

What is Unicode character 𢐾?

The Unicode character 𢐾 U+2243E 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+2243E.

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!