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

What is Unicode character 𢼘?

The Unicode character 𢼘 U+22F18 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+22F18.

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!