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

What is Unicode character 𦟛?

The Unicode character 𦟛 U+267DB 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+267DB.

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!