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

What is Unicode character 𦟻?

The Unicode character 𦟻 U+267FB 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+267FB.

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!