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

What is Unicode character 𧘬?

The Unicode character 𧘬 U+2762C 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+2762C.

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!