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

What is Unicode character 𧲅?

The Unicode character 𧲅 U+27C85 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+27C85.

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!