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