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

What is Unicode character 𢯉?

The Unicode character 𢯉 U+22BC9 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+22BC9.

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!