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>&#176223;</p>
📋
CSS .selector { content: '\2B05F' };
📋
JS var unicodeA = '\u2B05F ';
📋
CPP char unicodeA = ' \u2B05F ';
📋
Java char unicodeA = '\u2B05F';
📋
Python unicodeA = '\u2B05F'
📋

What is Unicode character 𫁟?

The Unicode character 𫁟 U+2B05F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B05F.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!