C:
char c = '\u54BF';
printf("%c\n", c); // Output: 咿
JavaScript:
const char = '\u54BF';
console.log(char); // Output: 咿
Java:
char c = '\u54BF';
System.out.println(c); // Output: 咿
JSON:
{"text": "\u54BF"} // Value: 咿
Python:
char = '\u54BF'
print(char) # Output: 咿
Perl:
my $char = "\x{54BF}";
print $char; # Output: 咿
PHP:
$char = "\x{54BF}";
echo $char; // Output: 咿
Ruby:
char = "\u{54BF}"
puts char # Output: 咿
Rust:
let c = '\u{54BF}';
println!("{}", c); // Output: 咿
Go:
char := '\u54BF'
fmt.Printf("%c\n", char) // Output: 咿
CSS:
/* CSS content property */
.element::before {
content: "\0054BF"; /* 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=%E5%92%BF
MD5:
e021421affdfb2aee63b966ea7f78fe4
SHA1:
fe5360ba8d2932febdbf12d9e25f92841d3e434b
Base64:
5ZK/