C:
char c = '\u79BC';
printf("%c\n", c); // Output: 禼
JavaScript:
const char = '\u79BC';
console.log(char); // Output: 禼
Java:
char c = '\u79BC';
System.out.println(c); // Output: 禼
JSON:
{"text": "\u79BC"} // Value: 禼
Python:
char = '\u79BC'
print(char) # Output: 禼
Perl:
my $char = "\x{79BC}";
print $char; # Output: 禼
PHP:
$char = "\x{79BC}";
echo $char; // Output: 禼
Ruby:
char = "\u{79BC}"
puts char # Output: 禼
Rust:
let c = '\u{79BC}';
println!("{}", c); // Output: 禼
Go:
char := '\u79BC'
fmt.Printf("%c\n", char) // Output: 禼
CSS:
/* CSS content property */
.element::before {
content: "\0079BC"; /* 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=%E7%A6%BC
MD5:
73c9e97782e2a99947216bb8ee5495d9
SHA1:
c723ac1f9ed2bb84d17a74f4703a0ede2f439796
Base64:
56a8