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

What is Unicode character 𢞅?

The Unicode character 𢞅 U+22785 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+22785.

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!