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

What is Unicode character 𧢖?

The Unicode character 𧢖 U+27896 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+27896.

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!