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

What is Unicode character 𢏘?

The Unicode character 𢏘 U+223D8 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+223D8.

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!