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

What is Unicode character 𢍪?

The Unicode character 𢍪 U+2236A 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+2236A.

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!