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

What is Unicode character 𢊌?

The Unicode character 𢊌 U+2228C 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+2228C.

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!