C:
char c = '\u5075';
printf("%c\n", c); // Output: 偵
JavaScript:
const char = '\u5075';
console.log(char); // Output: 偵
Java:
char c = '\u5075';
System.out.println(c); // Output: 偵
JSON:
{"text": "\u5075"} // Value: 偵
Python:
char = '\u5075'
print(char) # Output: 偵
Perl:
my $char = "\x{5075}";
print $char; # Output: 偵
PHP:
$char = "\x{5075}";
echo $char; // Output: 偵
Ruby:
char = "\u{5075}"
puts char # Output: 偵
Rust:
let c = '\u{5075}';
println!("{}", c); // Output: 偵
Go:
char := '\u5075'
fmt.Printf("%c\n", char) // Output: 偵
CSS:
/* CSS content property */
.element::before {
content: "\005075"; /* 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=%E5%81%B5
MD5:
02a5bbe5b4aa154b5c583587371e1811
SHA1:
d478b989e624df0d234dfa8b610bd5ef6f34f968
Base64:
5YG1