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

What is Unicode character 𧯍?

The Unicode character 𧯍 U+27BCD 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+27BCD.

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!