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

What is Unicode character 𢏦?

The Unicode character 𢏦 U+223E6 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+223E6.

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!