C:
char c = '\u4F67';
printf("%c\n", c); // Output: 佧
JavaScript:
const char = '\u4F67';
console.log(char); // Output: 佧
Java:
char c = '\u4F67';
System.out.println(c); // Output: 佧
JSON:
{"text": "\u4F67"} // Value: 佧
Python:
char = '\u4F67'
print(char) # Output: 佧
Perl:
my $char = "\x{4F67}";
print $char; # Output: 佧
PHP:
$char = "\x{4F67}";
echo $char; // Output: 佧
Ruby:
char = "\u{4F67}"
puts char # Output: 佧
Rust:
let c = '\u{4F67}';
println!("{}", c); // Output: 佧
Go:
char := '\u4F67'
fmt.Printf("%c\n", char) // Output: 佧
CSS:
/* CSS content property */
.element::before {
content: "\004F67"; /* 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=%E4%BD%A7
MD5:
22a90ffcf9061a7ba5a3889b76b30d46
SHA1:
04ee6500c9d9b3f64e1adf720c45d94375a8a290
Base64:
5L2n