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

What is Unicode character 𧨭?

The Unicode character 𧨭 U+27A2D 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+27A2D.

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!