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