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