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

What is Unicode character 𢎦?

The Unicode character 𢎦 U+223A6 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+223A6.

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!