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

What is Unicode character 𢈼?

The Unicode character 𢈼 U+2223C 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+2223C.

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!