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

What is Unicode character 𢏈?

The Unicode character 𢏈 U+223C8 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+223C8.

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!