C:
char c = '\u8675';
printf("%c\n", c); // Output: 虵
JavaScript:
const char = '\u8675';
console.log(char); // Output: 虵
Java:
char c = '\u8675';
System.out.println(c); // Output: 虵
JSON:
{"text": "\u8675"} // Value: 虵
Python:
char = '\u8675'
print(char) # Output: 虵
Perl:
my $char = "\x{8675}";
print $char; # Output: 虵
PHP:
$char = "\x{8675}";
echo $char; // Output: 虵
Ruby:
char = "\u{8675}"
puts char # Output: 虵
Rust:
let c = '\u{8675}';
println!("{}", c); // Output: 虵
Go:
char := '\u8675'
fmt.Printf("%c\n", char) // Output: 虵
CSS:
/* CSS content property */
.element::before {
content: "\008675"; /* 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%B5
MD5:
53b3cd6de3b417d447adf3f0dfb4298f
SHA1:
dbc99fc664edc5e3195b1e4eff98c3666bc38b10
Base64:
6Jm1