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

What is Unicode character 𡬭?

The Unicode character 𡬭 U+21B2D 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+21B2D.

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!