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

What is Unicode character 𢏹?

The Unicode character 𢏹 U+223F9 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+223F9.

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!