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

What is Unicode character 𢏯?

The Unicode character 𢏯 U+223EF 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+223EF.

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!