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