C:
char c = '\u8479';
printf("%c\n", c); // Output: 葹
JavaScript:
const char = '\u8479';
console.log(char); // Output: 葹
Java:
char c = '\u8479';
System.out.println(c); // Output: 葹
JSON:
{"text": "\u8479"} // Value: 葹
Python:
char = '\u8479'
print(char) # Output: 葹
Perl:
my $char = "\x{8479}";
print $char; # Output: 葹
PHP:
$char = "\x{8479}";
echo $char; // Output: 葹
Ruby:
char = "\u{8479}"
puts char # Output: 葹
Rust:
let c = '\u{8479}';
println!("{}", c); // Output: 葹
Go:
char := '\u8479'
fmt.Printf("%c\n", char) // Output: 葹
CSS:
/* CSS content property */
.element::before {
content: "\008479"; /* 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%B9
MD5:
ea9da3219dff77c530b192cefd504f8f
SHA1:
15f395acdbef21637b19911ab8377cfc23f568bd
Base64:
6JG5