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

What is Unicode character 𧬝?

The Unicode character 𧬝 U+27B1D 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+27B1D.

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!