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

What is Unicode character 𢊩?

The Unicode character 𢊩 U+222A9 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+222A9.

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!