C:
char c = '\u8645';
printf("%c\n", c); // Output: 虅
JavaScript:
const char = '\u8645';
console.log(char); // Output: 虅
Java:
char c = '\u8645';
System.out.println(c); // Output: 虅
JSON:
{"text": "\u8645"} // Value: 虅
Python:
char = '\u8645'
print(char) # Output: 虅
Perl:
my $char = "\x{8645}";
print $char; # Output: 虅
PHP:
$char = "\x{8645}";
echo $char; // Output: 虅
Ruby:
char = "\u{8645}"
puts char # Output: 虅
Rust:
let c = '\u{8645}';
println!("{}", c); // Output: 虅
Go:
char := '\u8645'
fmt.Printf("%c\n", char) // Output: 虅
CSS:
/* CSS content property */
.element::before {
content: "\008645"; /* 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%85
MD5:
8445db357dd3508f74ab05cf0ec14cff
SHA1:
4d35b268603c77850f7fc9cecbab0d83714f43a0
Base64:
6JmF