C:
char c = '\u8378';
printf("%c\n", c); // Output: 荸
JavaScript:
const char = '\u8378';
console.log(char); // Output: 荸
Java:
char c = '\u8378';
System.out.println(c); // Output: 荸
JSON:
{"text": "\u8378"} // Value: 荸
Python:
char = '\u8378'
print(char) # Output: 荸
Perl:
my $char = "\x{8378}";
print $char; # Output: 荸
PHP:
$char = "\x{8378}";
echo $char; // Output: 荸
Ruby:
char = "\u{8378}"
puts char # Output: 荸
Rust:
let c = '\u{8378}';
println!("{}", c); // Output: 荸
Go:
char := '\u8378'
fmt.Printf("%c\n", char) // Output: 荸
CSS:
/* CSS content property */
.element::before {
content: "\008378"; /* 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%8D%B8
MD5:
9db1b48d20adf504380a54fffeb35eb8
SHA1:
0e85c84bdb0333f8c3d100a1f8890c03228f3996
Base64:
6I24