C:
char c = '\u8474';
printf("%c\n", c); // Output: 葴
JavaScript:
const char = '\u8474';
console.log(char); // Output: 葴
Java:
char c = '\u8474';
System.out.println(c); // Output: 葴
JSON:
{"text": "\u8474"} // Value: 葴
Python:
char = '\u8474'
print(char) # Output: 葴
Perl:
my $char = "\x{8474}";
print $char; # Output: 葴
PHP:
$char = "\x{8474}";
echo $char; // Output: 葴
Ruby:
char = "\u{8474}"
puts char # Output: 葴
Rust:
let c = '\u{8474}';
println!("{}", c); // Output: 葴
Go:
char := '\u8474'
fmt.Printf("%c\n", char) // Output: 葴
CSS:
/* CSS content property */
.element::before {
content: "\008474"; /* 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%B4
MD5:
cdabf564bd5d068fb01145838435282b
SHA1:
df811f8a23b531ea291605f51907d6277034eb4c
Base64:
6JG0