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