C:
char c = '\u9531';
printf("%c\n", c); // Output: 锱
JavaScript:
const char = '\u9531';
console.log(char); // Output: 锱
Java:
char c = '\u9531';
System.out.println(c); // Output: 锱
JSON:
{"text": "\u9531"} // Value: 锱
Python:
char = '\u9531'
print(char) # Output: 锱
Perl:
my $char = "\x{9531}";
print $char; # Output: 锱
PHP:
$char = "\x{9531}";
echo $char; // Output: 锱
Ruby:
char = "\u{9531}"
puts char # Output: 锱
Rust:
let c = '\u{9531}';
println!("{}", c); // Output: 锱
Go:
char := '\u9531'
fmt.Printf("%c\n", char) // Output: 锱
CSS:
/* CSS content property */
.element::before {
content: "\009531"; /* 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%B1
MD5:
73bed22718f5d84d6a77e9d1c756300f
SHA1:
b50c719fb4eed76cdeca3d830d11a45c9ecd404a
Base64:
6ZSx