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

What is Unicode character 𭅨?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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