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

What is Unicode character 𫃕?

The Unicode character 𫃕 U+2B0D5 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+2B0D5.

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!