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

What is Unicode character 𧨝?

The Unicode character 𧨝 U+27A1D 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+27A1D.

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!