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

What is Unicode character 𢠬?

The Unicode character 𢠬 U+2282C 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+2282C.

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!