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

What is Unicode character 𧭟?

The Unicode character 𧭟 U+27B5F 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+27B5F.

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!