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

What is Unicode character 𣕼?

The Unicode character 𣕼 U+2357C 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+2357C.

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!