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

What is Unicode character 𢦕?

The Unicode character 𢦕 U+22995 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+22995.

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!