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

What is Unicode character 𭭣?

The Unicode character 𭭣 U+2DB63 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+2DB63.

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!