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

What is Unicode character 𧦅?

The Unicode character 𧦅 U+27985 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+27985.

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!