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

What is Unicode character 𭡨?

The Unicode character 𭡨 U+2D868 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+2D868.

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!