C:
char c = '\u84B5';
printf("%c\n", c); // Output: 蒵
JavaScript:
const char = '\u84B5';
console.log(char); // Output: 蒵
Java:
char c = '\u84B5';
System.out.println(c); // Output: 蒵
JSON:
{"text": "\u84B5"} // Value: 蒵
Python:
char = '\u84B5'
print(char) # Output: 蒵
Perl:
my $char = "\x{84B5}";
print $char; # Output: 蒵
PHP:
$char = "\x{84B5}";
echo $char; // Output: 蒵
Ruby:
char = "\u{84B5}"
puts char # Output: 蒵
Rust:
let c = '\u{84B5}';
println!("{}", c); // Output: 蒵
Go:
char := '\u84B5'
fmt.Printf("%c\n", char) // Output: 蒵
CSS:
/* CSS content property */
.element::before {
content: "\0084B5"; /* 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%92%B5
MD5:
2a01b83d165f5048bc8266d423d15c5b
SHA1:
f696a54620f60d26225799b61892f4286eabd034
Base64:
6JK1