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

What is Unicode character 𦣕?

The Unicode character 𦣕 U+268D5 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+268D5.

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!