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

What is Unicode character 𢰘?

The Unicode character 𢰘 U+22C18 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+22C18.

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!