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

What is Unicode character 𢋹?

The Unicode character 𢋹 U+222F9 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+222F9.

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!