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

What is Unicode character 𢨘?

The Unicode character 𢨘 U+22A18 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+22A18.

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!