C:
char c = '\u94AD';
printf("%c\n", c); // Output: 钭
JavaScript:
const char = '\u94AD';
console.log(char); // Output: 钭
Java:
char c = '\u94AD';
System.out.println(c); // Output: 钭
JSON:
{"text": "\u94AD"} // Value: 钭
Python:
char = '\u94AD'
print(char) # Output: 钭
Perl:
my $char = "\x{94AD}";
print $char; # Output: 钭
PHP:
$char = "\x{94AD}";
echo $char; // Output: 钭
Ruby:
char = "\u{94AD}"
puts char # Output: 钭
Rust:
let c = '\u{94AD}';
println!("{}", c); // Output: 钭
Go:
char := '\u94AD'
fmt.Printf("%c\n", char) // Output: 钭
CSS:
/* CSS content property */
.element::before {
content: "\0094AD"; /* 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%92%AD
MD5:
681fe19f1b54abe41cbab4f49e050727
SHA1:
90047428ddfe5b640ffcedb494c37f3016174dfe
Base64:
6ZKt