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

What is Unicode character 𭰳?

The Unicode character 𭰳 U+2DC33 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+2DC33.

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!