C:
char c = '\u8612';
printf("%c\n", c); // Output: 蘒
JavaScript:
const char = '\u8612';
console.log(char); // Output: 蘒
Java:
char c = '\u8612';
System.out.println(c); // Output: 蘒
JSON:
{"text": "\u8612"} // Value: 蘒
Python:
char = '\u8612'
print(char) # Output: 蘒
Perl:
my $char = "\x{8612}";
print $char; # Output: 蘒
PHP:
$char = "\x{8612}";
echo $char; // Output: 蘒
Ruby:
char = "\u{8612}"
puts char # Output: 蘒
Rust:
let c = '\u{8612}';
println!("{}", c); // Output: 蘒
Go:
char := '\u8612'
fmt.Printf("%c\n", char) // Output: 蘒
CSS:
/* CSS content property */
.element::before {
content: "\008612"; /* 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%92
MD5:
1ee784e25e3733fb581d54a26422f0bc
SHA1:
83e9895576fa20da6d8902a22ef875b5f3c1ce75
Base64:
6JiS