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

What is Unicode character 𦟨?

The Unicode character 𦟨 U+267E8 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+267E8.

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!