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

What is Unicode character 𧕼?

The Unicode character 𧕼 U+2757C 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+2757C.

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!