C:
char c = '\u53FB';
printf("%c\n", c); // Output: 叻
JavaScript:
const char = '\u53FB';
console.log(char); // Output: 叻
Java:
char c = '\u53FB';
System.out.println(c); // Output: 叻
JSON:
{"text": "\u53FB"} // Value: 叻
Python:
char = '\u53FB'
print(char) # Output: 叻
Perl:
my $char = "\x{53FB}";
print $char; # Output: 叻
PHP:
$char = "\x{53FB}";
echo $char; // Output: 叻
Ruby:
char = "\u{53FB}"
puts char # Output: 叻
Rust:
let c = '\u{53FB}';
println!("{}", c); // Output: 叻
Go:
char := '\u53FB'
fmt.Printf("%c\n", char) // Output: 叻
CSS:
/* CSS content property */
.element::before {
content: "\0053FB"; /* 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%8F%BB
MD5:
15134201ce14ba97e574eee88b8d0d3c
SHA1:
03122bc2323c8222620df359f7ecaa01d066ef00
Base64:
5Y+7