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

What is Unicode character 𧬙?

The Unicode character 𧬙 U+27B19 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+27B19.

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!