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

What is Unicode character 𧰭?

The Unicode character 𧰭 U+27C2D 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+27C2D.

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!