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

What is Unicode character 𢎹?

The Unicode character 𢎹 U+223B9 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+223B9.

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!