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

What is Unicode character 𢇊?

The Unicode character 𢇊 U+221CA 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+221CA.

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!