C:
char c = '\u9FA5';
printf("%c\n", c); // Output: 龥
JavaScript:
const char = '\u9FA5';
console.log(char); // Output: 龥
Java:
char c = '\u9FA5';
System.out.println(c); // Output: 龥
JSON:
{"text": "\u9FA5"} // Value: 龥
Python:
char = '\u9FA5'
print(char) # Output: 龥
Perl:
my $char = "\x{9FA5}";
print $char; # Output: 龥
PHP:
$char = "\x{9FA5}";
echo $char; // Output: 龥
Ruby:
char = "\u{9FA5}"
puts char # Output: 龥
Rust:
let c = '\u{9FA5}';
println!("{}", c); // Output: 龥
Go:
char := '\u9FA5'
fmt.Printf("%c\n", char) // Output: 龥
CSS:
/* CSS content property */
.element::before {
content: "\009FA5"; /* 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%BE%A5
MD5:
7be49a690d7dbfb6f1e4bea8e9de4422
SHA1:
515addb6debdff0e13f932f8c6356254feccefcb
Base64:
6b6l