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

What is Unicode character 𦣑?

The Unicode character 𦣑 U+268D1 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+268D1.

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!