C:
char c = '\u9476';
printf("%c\n", c); // Output: 鑶
JavaScript:
const char = '\u9476';
console.log(char); // Output: 鑶
Java:
char c = '\u9476';
System.out.println(c); // Output: 鑶
JSON:
{"text": "\u9476"} // Value: 鑶
Python:
char = '\u9476'
print(char) # Output: 鑶
Perl:
my $char = "\x{9476}";
print $char; # Output: 鑶
PHP:
$char = "\x{9476}";
echo $char; // Output: 鑶
Ruby:
char = "\u{9476}"
puts char # Output: 鑶
Rust:
let c = '\u{9476}';
println!("{}", c); // Output: 鑶
Go:
char := '\u9476'
fmt.Printf("%c\n", char) // Output: 鑶
CSS:
/* CSS content property */
.element::before {
content: "\009476"; /* 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%91%B6
MD5:
4299fc303a0a1226e44baa89c4e2663c
SHA1:
77076e8e8b362f4d18e4c7f35e77047485f7eccb
Base64:
6ZG2