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

What is Unicode character 𢤕?

The Unicode character 𢤕 U+22915 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+22915.

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!