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

What is Unicode character 𢨉?

The Unicode character 𢨉 U+22A09 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+22A09.

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!