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

What is Unicode character 𢰉?

The Unicode character 𢰉 U+22C09 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+22C09.

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!