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

What is Unicode character 𭣲?

The Unicode character 𭣲 U+2D8F2 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+2D8F2.

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!