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

What is Unicode character 𦟿?

The Unicode character 𦟿 U+267FF 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+267FF.

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!