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

What is Unicode character 𧪵?

The Unicode character 𧪵 U+27AB5 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+27AB5.

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!