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