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

What is Unicode character 𦤬?

The Unicode character 𦤬 U+2692C 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+2692C.

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!