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

What is Unicode character 𡰝?

The Unicode character 𡰝 U+21C1D 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+21C1D.

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!