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

What is Unicode character 𫃝?

The Unicode character 𫃝 U+2B0DD is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B0DD.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!