C:
char c = '\u543F';
printf("%c\n", c); // Output: 吿
JavaScript:
const char = '\u543F';
console.log(char); // Output: 吿
Java:
char c = '\u543F';
System.out.println(c); // Output: 吿
JSON:
{"text": "\u543F"} // Value: 吿
Python:
char = '\u543F'
print(char) # Output: 吿
Perl:
my $char = "\x{543F}";
print $char; # Output: 吿
PHP:
$char = "\x{543F}";
echo $char; // Output: 吿
Ruby:
char = "\u{543F}"
puts char # Output: 吿
Rust:
let c = '\u{543F}';
println!("{}", c); // Output: 吿
Go:
char := '\u543F'
fmt.Printf("%c\n", char) // Output: 吿
CSS:
/* CSS content property */
.element::before {
content: "\00543F"; /* 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%90%BF
MD5:
9cdfb8b3ea2e6aae9140b435dbe6b000
SHA1:
9f8b4f2fb1539eade67b4e088b34837d1e7f021b
Base64:
5ZC/