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

What is Unicode character 𢖂?

The Unicode character 𢖂 U+22582 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+22582.

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!