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>&#137788;</p>
📋
CSS .selector { content: '\21A3C' };
📋
JS var unicodeA = '\u21A3C ';
📋
CPP char unicodeA = ' \u21A3C ';
📋
Java char unicodeA = '\u21A3C';
📋
Python unicodeA = '\u21A3C'
📋

What is Unicode character 𡨼?

The Unicode character 𡨼 U+21A3C 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+21A3C.

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!