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

What is Unicode character 𢊭?

The Unicode character 𢊭 U+222AD 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+222AD.

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!