C:
char c = '\u4F78';
printf("%c\n", c); // Output: 佸
JavaScript:
const char = '\u4F78';
console.log(char); // Output: 佸
Java:
char c = '\u4F78';
System.out.println(c); // Output: 佸
JSON:
{"text": "\u4F78"} // Value: 佸
Python:
char = '\u4F78'
print(char) # Output: 佸
Perl:
my $char = "\x{4F78}";
print $char; # Output: 佸
PHP:
$char = "\x{4F78}";
echo $char; // Output: 佸
Ruby:
char = "\u{4F78}"
puts char # Output: 佸
Rust:
let c = '\u{4F78}';
println!("{}", c); // Output: 佸
Go:
char := '\u4F78'
fmt.Printf("%c\n", char) // Output: 佸
CSS:
/* CSS content property */
.element::before {
content: "\004F78"; /* 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%B8
MD5:
f0173d0f9e9274065614d97c84ea500e
SHA1:
448e91f0676fe79f7e5bf1b6bd67d3afe02a5f01
Base64:
5L24