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

What is Unicode character 𧡨?

The Unicode character 𧡨 U+27868 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+27868.

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!