C:
char c = '\u9217';
printf("%c\n", c); // Output: 鈗
JavaScript:
const char = '\u9217';
console.log(char); // Output: 鈗
Java:
char c = '\u9217';
System.out.println(c); // Output: 鈗
JSON:
{"text": "\u9217"} // Value: 鈗
Python:
char = '\u9217'
print(char) # Output: 鈗
Perl:
my $char = "\x{9217}";
print $char; # Output: 鈗
PHP:
$char = "\x{9217}";
echo $char; // Output: 鈗
Ruby:
char = "\u{9217}"
puts char # Output: 鈗
Rust:
let c = '\u{9217}';
println!("{}", c); // Output: 鈗
Go:
char := '\u9217'
fmt.Printf("%c\n", char) // Output: 鈗
CSS:
/* CSS content property */
.element::before {
content: "\009217"; /* 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%88%97
MD5:
3f5cf81c9b51051eca5d89852ac6a11c
SHA1:
81a57297a30c8fdcc2a3dacbd96f98aeeb85b745
Base64:
6YiX