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

What is Unicode character 𢏬?

The Unicode character 𢏬 U+223EC 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+223EC.

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!