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

What is Unicode character 𣍼?

The Unicode character 𣍼 U+2337C 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+2337C.

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!