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>&#157632;</p>
📋
CSS .selector { content: '\267C0' };
📋
JS var unicodeA = '\u267C0 ';
📋
CPP char unicodeA = ' \u267C0 ';
📋
Java char unicodeA = '\u267C0';
📋
Python unicodeA = '\u267C0'
📋

What is Unicode character 𦟀?

The Unicode character 𦟀 U+267C0 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+267C0.

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!