C:
char c = '\u9276';
printf("%c\n", c); // Output: 鉶
JavaScript:
const char = '\u9276';
console.log(char); // Output: 鉶
Java:
char c = '\u9276';
System.out.println(c); // Output: 鉶
JSON:
{"text": "\u9276"} // Value: 鉶
Python:
char = '\u9276'
print(char) # Output: 鉶
Perl:
my $char = "\x{9276}";
print $char; # Output: 鉶
PHP:
$char = "\x{9276}";
echo $char; // Output: 鉶
Ruby:
char = "\u{9276}"
puts char # Output: 鉶
Rust:
let c = '\u{9276}';
println!("{}", c); // Output: 鉶
Go:
char := '\u9276'
fmt.Printf("%c\n", char) // Output: 鉶
CSS:
/* CSS content property */
.element::before {
content: "\009276"; /* 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%89%B6
MD5:
489675a6fd659ef6a65721cf89efcbe8
SHA1:
0b5f66d76fb1a23fc7ee463e0565d4a68b0e80a5
Base64:
6Ym2