C:
char c = '\u6BBD';
printf("%c\n", c); // Output: 殽
JavaScript:
const char = '\u6BBD';
console.log(char); // Output: 殽
Java:
char c = '\u6BBD';
System.out.println(c); // Output: 殽
JSON:
{"text": "\u6BBD"} // Value: 殽
Python:
char = '\u6BBD'
print(char) # Output: 殽
Perl:
my $char = "\x{6BBD}";
print $char; # Output: 殽
PHP:
$char = "\x{6BBD}";
echo $char; // Output: 殽
Ruby:
char = "\u{6BBD}"
puts char # Output: 殽
Rust:
let c = '\u{6BBD}';
println!("{}", c); // Output: 殽
Go:
char := '\u6BBD'
fmt.Printf("%c\n", char) // Output: 殽
CSS:
/* CSS content property */
.element::before {
content: "\006BBD"; /* 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=%E6%AE%BD
MD5:
e1d0f750faca3057576d6d5fc15401b9
SHA1:
82e49e27fb4a81abd935797a0c6f683ad2cc9c23
Base64:
5q69