C:
char c = '\u8BBB';
printf("%c\n", c); // Output: 讻
JavaScript:
const char = '\u8BBB';
console.log(char); // Output: 讻
Java:
char c = '\u8BBB';
System.out.println(c); // Output: 讻
JSON:
{"text": "\u8BBB"} // Value: 讻
Python:
char = '\u8BBB'
print(char) # Output: 讻
Perl:
my $char = "\x{8BBB}";
print $char; # Output: 讻
PHP:
$char = "\x{8BBB}";
echo $char; // Output: 讻
Ruby:
char = "\u{8BBB}"
puts char # Output: 讻
Rust:
let c = '\u{8BBB}';
println!("{}", c); // Output: 讻
Go:
char := '\u8BBB'
fmt.Printf("%c\n", char) // Output: 讻
CSS:
/* CSS content property */
.element::before {
content: "\008BBB"; /* Display: 讻 */
}
HTML Decimal:
<p>HTML decimal: 讻</p> <!-- Display: 讻 -->
HTML Hexadecimal:
<p>HTML hex: 讻</p> <!-- Display: 讻 -->
URL Encoding:
// 讻 URL encoding
https://unicodefinder.com/search.php?query=%E8%AE%BB
MD5:
d056ad05cd72eea144b840f9a15810c8
SHA1:
0b45b8cb77d094c95348e0636df8f26df350e3c8
Base64:
6K67