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

What is Unicode character 𡨯?

The Unicode character 𡨯 U+21A2F 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+21A2F.

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!