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

What is Unicode character 𧢅?

The Unicode character 𧢅 U+27885 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+27885.

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!