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

What is Unicode character 𧡵?

The Unicode character 𧡵 U+27875 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+27875.

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!