C:
char c = '\u78BC';
printf("%c\n", c); // Output: 碼
JavaScript:
const char = '\u78BC';
console.log(char); // Output: 碼
Java:
char c = '\u78BC';
System.out.println(c); // Output: 碼
JSON:
{"text": "\u78BC"} // Value: 碼
Python:
char = '\u78BC'
print(char) # Output: 碼
Perl:
my $char = "\x{78BC}";
print $char; # Output: 碼
PHP:
$char = "\x{78BC}";
echo $char; // Output: 碼
Ruby:
char = "\u{78BC}"
puts char # Output: 碼
Rust:
let c = '\u{78BC}';
println!("{}", c); // Output: 碼
Go:
char := '\u78BC'
fmt.Printf("%c\n", char) // Output: 碼
CSS:
/* CSS content property */
.element::before {
content: "\0078BC"; /* 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%A2%BC
MD5:
ffa13283b5c89712f4115f0d34005e8e
SHA1:
52d9df0d194e6f2f6bd23d95bc82262c145c0db3
Base64:
56K8