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

What is Unicode character 𣍾?

The Unicode character 𣍾 U+2337E 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+2337E.

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!