C:
char c = '\u8BEC';
printf("%c\n", c); // Output: 诬
JavaScript:
const char = '\u8BEC';
console.log(char); // Output: 诬
Java:
char c = '\u8BEC';
System.out.println(c); // Output: 诬
JSON:
{"text": "\u8BEC"} // Value: 诬
Python:
char = '\u8BEC'
print(char) # Output: 诬
Perl:
my $char = "\x{8BEC}";
print $char; # Output: 诬
PHP:
$char = "\x{8BEC}";
echo $char; // Output: 诬
Ruby:
char = "\u{8BEC}"
puts char # Output: 诬
Rust:
let c = '\u{8BEC}';
println!("{}", c); // Output: 诬
Go:
char := '\u8BEC'
fmt.Printf("%c\n", char) // Output: 诬
CSS:
/* CSS content property */
.element::before {
content: "\008BEC"; /* 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%AF%AC
MD5:
1892f20f5591e117b3cf07acdd08029e
SHA1:
f52e950ee64789738c536a4b0a66f430307dc85d
Base64:
6K+s