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