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

What is Unicode character 𢏶?

The Unicode character 𢏶 U+223F6 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+223F6.

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!