C:
char c = '\u56AB';
printf("%c\n", c); // Output: 嚫
JavaScript:
const char = '\u56AB';
console.log(char); // Output: 嚫
Java:
char c = '\u56AB';
System.out.println(c); // Output: 嚫
JSON:
{"text": "\u56AB"} // Value: 嚫
Python:
char = '\u56AB'
print(char) # Output: 嚫
Perl:
my $char = "\x{56AB}";
print $char; # Output: 嚫
PHP:
$char = "\x{56AB}";
echo $char; // Output: 嚫
Ruby:
char = "\u{56AB}"
puts char # Output: 嚫
Rust:
let c = '\u{56AB}';
println!("{}", c); // Output: 嚫
Go:
char := '\u56AB'
fmt.Printf("%c\n", char) // Output: 嚫
CSS:
/* CSS content property */
.element::before {
content: "\0056AB"; /* 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%9A%AB
MD5:
e541c35b17975b85f10ab580e29c1aa7
SHA1:
2cd778f78e56e897dcd41e9288c9cd6e710316ef
Base64:
5Zqr