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

What is Unicode character 𢏨?

The Unicode character 𢏨 U+223E8 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+223E8.

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!