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>&#136413;</p>
📋
CSS .selector { content: '\214DD' };
📋
JS var unicodeA = '\u214DD ';
📋
CPP char unicodeA = ' \u214DD ';
📋
Java char unicodeA = '\u214DD';
📋
Python unicodeA = '\u214DD'
📋

What is Unicode character 𡓝?

The Unicode character 𡓝 U+214DD is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+214DD.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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