C:
char c = '\u9334';
printf("%c\n", c); // Output: 錴
JavaScript:
const char = '\u9334';
console.log(char); // Output: 錴
Java:
char c = '\u9334';
System.out.println(c); // Output: 錴
JSON:
{"text": "\u9334"} // Value: 錴
Python:
char = '\u9334'
print(char) # Output: 錴
Perl:
my $char = "\x{9334}";
print $char; # Output: 錴
PHP:
$char = "\x{9334}";
echo $char; // Output: 錴
Ruby:
char = "\u{9334}"
puts char # Output: 錴
Rust:
let c = '\u{9334}';
println!("{}", c); // Output: 錴
Go:
char := '\u9334'
fmt.Printf("%c\n", char) // Output: 錴
CSS:
/* CSS content property */
.element::before {
content: "\009334"; /* 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%8C%B4
MD5:
00973c177c8b030d48184fe64afd40b8
SHA1:
208fdbb3c1652e2b72215a59380edcd78f628600
Base64:
6Yy0