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

What is Unicode character 𡬯?

The Unicode character 𡬯 U+21B2F 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+21B2F.

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!