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

What is Unicode character 𢤬?

The Unicode character 𢤬 U+2292C 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+2292C.

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!