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