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

What is Unicode character 𧩟?

The Unicode character 𧩟 U+27A5F 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+27A5F.

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!