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

What is Unicode character 𢴶?

The Unicode character 𢴶 U+22D36 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+22D36.

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!