C:
char c = '\u8490';
printf("%c\n", c); // Output: 蒐
JavaScript:
const char = '\u8490';
console.log(char); // Output: 蒐
Java:
char c = '\u8490';
System.out.println(c); // Output: 蒐
JSON:
{"text": "\u8490"} // Value: 蒐
Python:
char = '\u8490'
print(char) # Output: 蒐
Perl:
my $char = "\x{8490}";
print $char; # Output: 蒐
PHP:
$char = "\x{8490}";
echo $char; // Output: 蒐
Ruby:
char = "\u{8490}"
puts char # Output: 蒐
Rust:
let c = '\u{8490}';
println!("{}", c); // Output: 蒐
Go:
char := '\u8490'
fmt.Printf("%c\n", char) // Output: 蒐
CSS:
/* CSS content property */
.element::before {
content: "\008490"; /* 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%92%90
MD5:
e187fd6af10d99452dc3edd2cde908cd
SHA1:
522b5920f6b67f5328d5f672692384c530ee7b84
Base64:
6JKQ