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>&#160437;</p>
📋
CSS .selector { content: '\272B5' };
📋
JS var unicodeA = '\u272B5 ';
📋
CPP char unicodeA = ' \u272B5 ';
📋
Java char unicodeA = '\u272B5';
📋
Python unicodeA = '\u272B5'
📋

What is Unicode character 𧊵?

The Unicode character 𧊵 U+272B5 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+272B5.

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!