C:
char c = '\u846B';
printf("%c\n", c); // Output: 葫
JavaScript:
const char = '\u846B';
console.log(char); // Output: 葫
Java:
char c = '\u846B';
System.out.println(c); // Output: 葫
JSON:
{"text": "\u846B"} // Value: 葫
Python:
char = '\u846B'
print(char) # Output: 葫
Perl:
my $char = "\x{846B}";
print $char; # Output: 葫
PHP:
$char = "\x{846B}";
echo $char; // Output: 葫
Ruby:
char = "\u{846B}"
puts char # Output: 葫
Rust:
let c = '\u{846B}';
println!("{}", c); // Output: 葫
Go:
char := '\u846B'
fmt.Printf("%c\n", char) // Output: 葫
CSS:
/* CSS content property */
.element::before {
content: "\00846B"; /* 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%91%AB
MD5:
41f5127b939967479e5e40fe5bb1f35f
SHA1:
9b3732be1cd02baa07e95be660570838b019ee58
Base64:
6JGr