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

What is Unicode character 𢏵?

The Unicode character 𢏵 U+223F5 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+223F5.

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!