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

What is Unicode character 𧅨?

The Unicode character 𧅨 U+27168 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+27168.

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!