C:
char c = '\u9437';
printf("%c\n", c); // Output: 鐷
JavaScript:
const char = '\u9437';
console.log(char); // Output: 鐷
Java:
char c = '\u9437';
System.out.println(c); // Output: 鐷
JSON:
{"text": "\u9437"} // Value: 鐷
Python:
char = '\u9437'
print(char) # Output: 鐷
Perl:
my $char = "\x{9437}";
print $char; # Output: 鐷
PHP:
$char = "\x{9437}";
echo $char; // Output: 鐷
Ruby:
char = "\u{9437}"
puts char # Output: 鐷
Rust:
let c = '\u{9437}';
println!("{}", c); // Output: 鐷
Go:
char := '\u9437'
fmt.Printf("%c\n", char) // Output: 鐷
CSS:
/* CSS content property */
.element::before {
content: "\009437"; /* 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%90%B7
MD5:
17201402dceb434578b257d697dea7cc
SHA1:
17055cb2472c21c6fd6cba59bbab554f0692cad9
Base64:
6ZC3