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