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

What is Unicode character 𢦂?

The Unicode character 𢦂 U+22982 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+22982.

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!