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

What is Unicode character 𦢳?

The Unicode character 𦢳 U+268B3 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+268B3.

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!