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

What is Unicode character 𦟱?

The Unicode character 𦟱 U+267F1 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+267F1.

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!