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

What is Unicode character 𦟼?

The Unicode character 𦟼 U+267FC 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+267FC.

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!