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

What is Unicode character 𭢲?

The Unicode character 𭢲 U+2D8B2 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+2D8B2.

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!