C:
char c = '\u9534';
printf("%c\n", c); // Output: 锴
JavaScript:
const char = '\u9534';
console.log(char); // Output: 锴
Java:
char c = '\u9534';
System.out.println(c); // Output: 锴
JSON:
{"text": "\u9534"} // Value: 锴
Python:
char = '\u9534'
print(char) # Output: 锴
Perl:
my $char = "\x{9534}";
print $char; # Output: 锴
PHP:
$char = "\x{9534}";
echo $char; // Output: 锴
Ruby:
char = "\u{9534}"
puts char # Output: 锴
Rust:
let c = '\u{9534}';
println!("{}", c); // Output: 锴
Go:
char := '\u9534'
fmt.Printf("%c\n", char) // Output: 锴
CSS:
/* CSS content property */
.element::before {
content: "\009534"; /* 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=%E9%94%B4
MD5:
6384a28faa7ee3cde1bdae54c8e9798b
SHA1:
007cbf7db34b77073f5fff44de8dc3f8b16d604e
Base64:
6ZS0