C:
char c = '\u925A';
printf("%c\n", c); // Output: 鉚
JavaScript:
const char = '\u925A';
console.log(char); // Output: 鉚
Java:
char c = '\u925A';
System.out.println(c); // Output: 鉚
JSON:
{"text": "\u925A"} // Value: 鉚
Python:
char = '\u925A'
print(char) # Output: 鉚
Perl:
my $char = "\x{925A}";
print $char; # Output: 鉚
PHP:
$char = "\x{925A}";
echo $char; // Output: 鉚
Ruby:
char = "\u{925A}"
puts char # Output: 鉚
Rust:
let c = '\u{925A}';
println!("{}", c); // Output: 鉚
Go:
char := '\u925A'
fmt.Printf("%c\n", char) // Output: 鉚
CSS:
/* CSS content property */
.element::before {
content: "\00925A"; /* 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%9A
MD5:
236c9511abefdbbfb17993d480b62a79
SHA1:
66b652186ba9fcf480f24c7885d1e147735a22d0
Base64:
6Yma