C:
char c = '\u6537';
printf("%c\n", c); // Output: 攷
JavaScript:
const char = '\u6537';
console.log(char); // Output: 攷
Java:
char c = '\u6537';
System.out.println(c); // Output: 攷
JSON:
{"text": "\u6537"} // Value: 攷
Python:
char = '\u6537'
print(char) # Output: 攷
Perl:
my $char = "\x{6537}";
print $char; # Output: 攷
PHP:
$char = "\x{6537}";
echo $char; // Output: 攷
Ruby:
char = "\u{6537}"
puts char # Output: 攷
Rust:
let c = '\u{6537}';
println!("{}", c); // Output: 攷
Go:
char := '\u6537'
fmt.Printf("%c\n", char) // Output: 攷
CSS:
/* CSS content property */
.element::before {
content: "\006537"; /* 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=%E6%94%B7
MD5:
89d0a867cec74f9c72097803c8706e96
SHA1:
5fa08fdcb9caf0e1962ffc33362338d2a4cb58c1
Base64:
5pS3