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

What is Unicode character 𢥬?

The Unicode character 𢥬 U+2296C 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+2296C.

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!