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

What is Unicode character 𢻵?

The Unicode character 𢻵 U+22EF5 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+22EF5.

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!