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