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