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

What is Unicode character 𡓓?

The Unicode character 𡓓 U+214D3 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+214D3.

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!