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

What is Unicode character 𦟈?

The Unicode character 𦟈 U+267C8 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+267C8.

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!