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

What is Unicode character 𧳍?

The Unicode character 𧳍 U+27CCD 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+27CCD.

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!