C:
char c = '\u8FF7';
printf("%c\n", c); // Output: 迷
JavaScript:
const char = '\u8FF7';
console.log(char); // Output: 迷
Java:
char c = '\u8FF7';
System.out.println(c); // Output: 迷
JSON:
{"text": "\u8FF7"} // Value: 迷
Python:
char = '\u8FF7'
print(char) # Output: 迷
Perl:
my $char = "\x{8FF7}";
print $char; # Output: 迷
PHP:
$char = "\x{8FF7}";
echo $char; // Output: 迷
Ruby:
char = "\u{8FF7}"
puts char # Output: 迷
Rust:
let c = '\u{8FF7}';
println!("{}", c); // Output: 迷
Go:
char := '\u8FF7'
fmt.Printf("%c\n", char) // Output: 迷
CSS:
/* CSS content property */
.element::before {
content: "\008FF7"; /* 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%BF%B7
MD5:
0a5ad2f185ea7603737bdf7271a575bb
SHA1:
2ee73fb7aeb51a4423b3fa5fb3d48bb8274571f9
Base64:
6L+3