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

What is Unicode character 𢦅?

The Unicode character 𢦅 U+22985 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+22985.

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!