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

What is Unicode character 𭊝?

The Unicode character 𭊝 U+2D29D 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+2D29D.

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!