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

What is Unicode character 𢦆?

The Unicode character 𢦆 U+22986 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+22986.

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!