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

What is Unicode character 𦟁?

The Unicode character 𦟁 U+267C1 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+267C1.

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!