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

What is Unicode character 𢔘?

The Unicode character 𢔘 U+22518 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+22518.

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!