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