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

What is Unicode character 𡓃?

The Unicode character 𡓃 U+214C3 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+214C3.

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!