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

What is Unicode character 𬅨?

The Unicode character 𬅨 U+2C168 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C168.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!