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>&#157662;</p>
📋
CSS .selector { content: '\267DE' };
📋
JS var unicodeA = '\u267DE ';
📋
CPP char unicodeA = ' \u267DE ';
📋
Java char unicodeA = '\u267DE';
📋
Python unicodeA = '\u267DE'
📋

What is Unicode character 𦟞?

The Unicode character 𦟞 U+267DE 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+267DE.

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!