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

What is Unicode character 𢏭?

The Unicode character 𢏭 U+223ED 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+223ED.

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!