C:
char c = '\u867F';
printf("%c\n", c); // Output: 虿
JavaScript:
const char = '\u867F';
console.log(char); // Output: 虿
Java:
char c = '\u867F';
System.out.println(c); // Output: 虿
JSON:
{"text": "\u867F"} // Value: 虿
Python:
char = '\u867F'
print(char) # Output: 虿
Perl:
my $char = "\x{867F}";
print $char; # Output: 虿
PHP:
$char = "\x{867F}";
echo $char; // Output: 虿
Ruby:
char = "\u{867F}"
puts char # Output: 虿
Rust:
let c = '\u{867F}';
println!("{}", c); // Output: 虿
Go:
char := '\u867F'
fmt.Printf("%c\n", char) // Output: 虿
CSS:
/* CSS content property */
.element::before {
content: "\00867F"; /* 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%BF
MD5:
48801366881773aba48f8bd019e37608
SHA1:
dc5c648e5838f1bb9ae6fcc85053cea7283d9883
Base64:
6Jm/