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

What is Unicode character 𦟾?

The Unicode character 𦟾 U+267FE 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+267FE.

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!