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

What is Unicode character 𦞨?

The Unicode character 𦞨 U+267A8 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+267A8.

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!