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

What is Unicode character 𦟵?

The Unicode character 𦟵 U+267F5 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+267F5.

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!