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