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