C:
char c = '\u9277';
printf("%c\n", c); // Output: 鉷
JavaScript:
const char = '\u9277';
console.log(char); // Output: 鉷
Java:
char c = '\u9277';
System.out.println(c); // Output: 鉷
JSON:
{"text": "\u9277"} // Value: 鉷
Python:
char = '\u9277'
print(char) # Output: 鉷
Perl:
my $char = "\x{9277}";
print $char; # Output: 鉷
PHP:
$char = "\x{9277}";
echo $char; // Output: 鉷
Ruby:
char = "\u{9277}"
puts char # Output: 鉷
Rust:
let c = '\u{9277}';
println!("{}", c); // Output: 鉷
Go:
char := '\u9277'
fmt.Printf("%c\n", char) // Output: 鉷
CSS:
/* CSS content property */
.element::before {
content: "\009277"; /* 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%B7
MD5:
17924a40afde8e6fb1eabc2718398d5f
SHA1:
08ebf7086ca972d89d9c98dfdf57d79130081314
Base64:
6Ym3