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

What is Unicode character 𦣓?

The Unicode character 𦣓 U+268D3 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+268D3.

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!