C:
char c = '\u9279';
printf("%c\n", c); // Output: 鉹
JavaScript:
const char = '\u9279';
console.log(char); // Output: 鉹
Java:
char c = '\u9279';
System.out.println(c); // Output: 鉹
JSON:
{"text": "\u9279"} // Value: 鉹
Python:
char = '\u9279'
print(char) # Output: 鉹
Perl:
my $char = "\x{9279}";
print $char; # Output: 鉹
PHP:
$char = "\x{9279}";
echo $char; // Output: 鉹
Ruby:
char = "\u{9279}"
puts char # Output: 鉹
Rust:
let c = '\u{9279}';
println!("{}", c); // Output: 鉹
Go:
char := '\u9279'
fmt.Printf("%c\n", char) // Output: 鉹
CSS:
/* CSS content property */
.element::before {
content: "\009279"; /* 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%B9
MD5:
17e5f90fffdc6b5fc301e90f63029ab9
SHA1:
f8bba0b4cb4d8fd6353b65ee9517079177dec437
Base64:
6Ym5