C:
char c = '\u847A';
printf("%c\n", c); // Output: 葺
JavaScript:
const char = '\u847A';
console.log(char); // Output: 葺
Java:
char c = '\u847A';
System.out.println(c); // Output: 葺
JSON:
{"text": "\u847A"} // Value: 葺
Python:
char = '\u847A'
print(char) # Output: 葺
Perl:
my $char = "\x{847A}";
print $char; # Output: 葺
PHP:
$char = "\x{847A}";
echo $char; // Output: 葺
Ruby:
char = "\u{847A}"
puts char # Output: 葺
Rust:
let c = '\u{847A}';
println!("{}", c); // Output: 葺
Go:
char := '\u847A'
fmt.Printf("%c\n", char) // Output: 葺
CSS:
/* CSS content property */
.element::before {
content: "\00847A"; /* 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%BA
MD5:
7a709f551314ccea6b9178100d5412c0
SHA1:
21ca9a01ae6eb99ea7e471257311a74368f9e174
Base64:
6JG6