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