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

What is Unicode character 𧰝?

The Unicode character 𧰝 U+27C1D 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+27C1D.

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!