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

What is Unicode character 𦟺?

The Unicode character 𦟺 U+267FA 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+267FA.

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!