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

What is Unicode character 𢼶?

The Unicode character 𢼶 U+22F36 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+22F36.

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!