C:
char c = '\u8885';
printf("%c\n", c); // Output: 袅
JavaScript:
const char = '\u8885';
console.log(char); // Output: 袅
Java:
char c = '\u8885';
System.out.println(c); // Output: 袅
JSON:
{"text": "\u8885"} // Value: 袅
Python:
char = '\u8885'
print(char) # Output: 袅
Perl:
my $char = "\x{8885}";
print $char; # Output: 袅
PHP:
$char = "\x{8885}";
echo $char; // Output: 袅
Ruby:
char = "\u{8885}"
puts char # Output: 袅
Rust:
let c = '\u{8885}';
println!("{}", c); // Output: 袅
Go:
char := '\u8885'
fmt.Printf("%c\n", char) // Output: 袅
CSS:
/* CSS content property */
.element::before {
content: "\008885"; /* 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%85
MD5:
115fdf8276188c35a99f3bfb231bcf93
SHA1:
f1fdf9eb7052dc52affc5a4fd97cc7e6458fc075
Base64:
6KKF