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

What is Unicode character 𧨯?

The Unicode character 𧨯 U+27A2F 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+27A2F.

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!