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>&#142329;</p>
📋
CSS .selector { content: '\22BF9' };
📋
JS var unicodeA = '\u22BF9 ';
📋
CPP char unicodeA = ' \u22BF9 ';
📋
Java char unicodeA = '\u22BF9';
📋
Python unicodeA = '\u22BF9'
📋

What is Unicode character 𢯹?

The Unicode character 𢯹 U+22BF9 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+22BF9.

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!