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>&#157911;</p>
📋
CSS .selector { content: '\268D7' };
📋
JS var unicodeA = '\u268D7 ';
📋
CPP char unicodeA = ' \u268D7 ';
📋
Java char unicodeA = '\u268D7';
📋
Python unicodeA = '\u268D7'
📋

What is Unicode character 𦣗?

The Unicode character 𦣗 U+268D7 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+268D7.

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!