C:
char c = '\u8FB4';
printf("%c\n", c); // Output: 辴
JavaScript:
const char = '\u8FB4';
console.log(char); // Output: 辴
Java:
char c = '\u8FB4';
System.out.println(c); // Output: 辴
JSON:
{"text": "\u8FB4"} // Value: 辴
Python:
char = '\u8FB4'
print(char) # Output: 辴
Perl:
my $char = "\x{8FB4}";
print $char; # Output: 辴
PHP:
$char = "\x{8FB4}";
echo $char; // Output: 辴
Ruby:
char = "\u{8FB4}"
puts char # Output: 辴
Rust:
let c = '\u{8FB4}';
println!("{}", c); // Output: 辴
Go:
char := '\u8FB4'
fmt.Printf("%c\n", char) // Output: 辴
CSS:
/* CSS content property */
.element::before {
content: "\008FB4"; /* 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%B4
MD5:
21fa28154d5424a671502d21835b9c7a
SHA1:
6d2410bd106ab364146aa58b213958142d87a7e7
Base64:
6L60