C:
char c = '\u888F';
printf("%c\n", c); // Output: 袏
JavaScript:
const char = '\u888F';
console.log(char); // Output: 袏
Java:
char c = '\u888F';
System.out.println(c); // Output: 袏
JSON:
{"text": "\u888F"} // Value: 袏
Python:
char = '\u888F'
print(char) # Output: 袏
Perl:
my $char = "\x{888F}";
print $char; # Output: 袏
PHP:
$char = "\x{888F}";
echo $char; // Output: 袏
Ruby:
char = "\u{888F}"
puts char # Output: 袏
Rust:
let c = '\u{888F}';
println!("{}", c); // Output: 袏
Go:
char := '\u888F'
fmt.Printf("%c\n", char) // Output: 袏
CSS:
/* CSS content property */
.element::before {
content: "\00888F"; /* 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%A2%8F
MD5:
72ae70d759425fd2e445ca8a4ce7c602
SHA1:
19cc08279401357991e70b564cc29f8bd7d7cde5
Base64:
6KKP