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

What is Unicode character 𢎵?

The Unicode character 𢎵 U+223B5 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+223B5.

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!