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