C:
char c = '\u92B9';
printf("%c\n", c); // Output: 銹
JavaScript:
const char = '\u92B9';
console.log(char); // Output: 銹
Java:
char c = '\u92B9';
System.out.println(c); // Output: 銹
JSON:
{"text": "\u92B9"} // Value: 銹
Python:
char = '\u92B9'
print(char) # Output: 銹
Perl:
my $char = "\x{92B9}";
print $char; # Output: 銹
PHP:
$char = "\x{92B9}";
echo $char; // Output: 銹
Ruby:
char = "\u{92B9}"
puts char # Output: 銹
Rust:
let c = '\u{92B9}';
println!("{}", c); // Output: 銹
Go:
char := '\u92B9'
fmt.Printf("%c\n", char) // Output: 銹
CSS:
/* CSS content property */
.element::before {
content: "\0092B9"; /* 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%8A%B9
MD5:
484b1fe18174982a93e31103b9650208
SHA1:
d289a8697a7f652a5447a60b1bb0c25535e1e8cd
Base64:
6Yq5