C:
char c = '\u929F';
printf("%c\n", c); // Output: 銟
JavaScript:
const char = '\u929F';
console.log(char); // Output: 銟
Java:
char c = '\u929F';
System.out.println(c); // Output: 銟
JSON:
{"text": "\u929F"} // Value: 銟
Python:
char = '\u929F'
print(char) # Output: 銟
Perl:
my $char = "\x{929F}";
print $char; # Output: 銟
PHP:
$char = "\x{929F}";
echo $char; // Output: 銟
Ruby:
char = "\u{929F}"
puts char # Output: 銟
Rust:
let c = '\u{929F}';
println!("{}", c); // Output: 銟
Go:
char := '\u929F'
fmt.Printf("%c\n", char) // Output: 銟
CSS:
/* CSS content property */
.element::before {
content: "\00929F"; /* 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%8A%9F
MD5:
285488b09aa3a83cd3819b826f110379
SHA1:
e6133045ba8d556111dc6a0a02e6e012a992928f
Base64:
6Yqf