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

What is Unicode character 𢐶?

The Unicode character 𢐶 U+22436 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+22436.

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!