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

What is Unicode character 𡰭?

The Unicode character 𡰭 U+21C2D 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+21C2D.

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!