C:
char c = '\u8614';
printf("%c\n", c); // Output: 蘔
JavaScript:
const char = '\u8614';
console.log(char); // Output: 蘔
Java:
char c = '\u8614';
System.out.println(c); // Output: 蘔
JSON:
{"text": "\u8614"} // Value: 蘔
Python:
char = '\u8614'
print(char) # Output: 蘔
Perl:
my $char = "\x{8614}";
print $char; # Output: 蘔
PHP:
$char = "\x{8614}";
echo $char; // Output: 蘔
Ruby:
char = "\u{8614}"
puts char # Output: 蘔
Rust:
let c = '\u{8614}';
println!("{}", c); // Output: 蘔
Go:
char := '\u8614'
fmt.Printf("%c\n", char) // Output: 蘔
CSS:
/* CSS content property */
.element::before {
content: "\008614"; /* 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%98%94
MD5:
05b2ab14b6d826d26010015b401138a1
SHA1:
108748bf3d81f8e2c626ccfc214c16737a0301dd
Base64:
6JiU