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