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

What is Unicode character 𦟏?

The Unicode character 𦟏 U+267CF 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+267CF.

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!