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

What is Unicode character 𢏕?

The Unicode character 𢏕 U+223D5 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+223D5.

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!