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