C:
char c = '\u8669';
printf("%c\n", c); // Output: 虩
JavaScript:
const char = '\u8669';
console.log(char); // Output: 虩
Java:
char c = '\u8669';
System.out.println(c); // Output: 虩
JSON:
{"text": "\u8669"} // Value: 虩
Python:
char = '\u8669'
print(char) # Output: 虩
Perl:
my $char = "\x{8669}";
print $char; # Output: 虩
PHP:
$char = "\x{8669}";
echo $char; // Output: 虩
Ruby:
char = "\u{8669}"
puts char # Output: 虩
Rust:
let c = '\u{8669}';
println!("{}", c); // Output: 虩
Go:
char := '\u8669'
fmt.Printf("%c\n", char) // Output: 虩
CSS:
/* CSS content property */
.element::before {
content: "\008669"; /* 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%99%A9
MD5:
aef220f5ef14c3b4af9b07e3de03176e
SHA1:
eebb97a190dd96544f3ad6de7754d4076c3b0692
Base64:
6Jmp