C:
char c = '\u8FB9';
printf("%c\n", c); // Output: 边
JavaScript:
const char = '\u8FB9';
console.log(char); // Output: 边
Java:
char c = '\u8FB9';
System.out.println(c); // Output: 边
JSON:
{"text": "\u8FB9"} // Value: 边
Python:
char = '\u8FB9'
print(char) # Output: 边
Perl:
my $char = "\x{8FB9}";
print $char; # Output: 边
PHP:
$char = "\x{8FB9}";
echo $char; // Output: 边
Ruby:
char = "\u{8FB9}"
puts char # Output: 边
Rust:
let c = '\u{8FB9}';
println!("{}", c); // Output: 边
Go:
char := '\u8FB9'
fmt.Printf("%c\n", char) // Output: 边
CSS:
/* CSS content property */
.element::before {
content: "\008FB9"; /* 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=%E8%BE%B9
MD5:
34cfaae151dcb5394d230df70d560b1f
SHA1:
586e4f0ccf873275dfb24a9d39fd1c5d8726ca93
Base64:
6L65