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

What is Unicode character 𦟸?

The Unicode character 𦟸 U+267F8 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+267F8.

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!