C:
char c = '\u82DE';
printf("%c\n", c); // Output: 苞
JavaScript:
const char = '\u82DE';
console.log(char); // Output: 苞
Java:
char c = '\u82DE';
System.out.println(c); // Output: 苞
JSON:
{"text": "\u82DE"} // Value: 苞
Python:
char = '\u82DE'
print(char) # Output: 苞
Perl:
my $char = "\x{82DE}";
print $char; # Output: 苞
PHP:
$char = "\x{82DE}";
echo $char; // Output: 苞
Ruby:
char = "\u{82DE}"
puts char # Output: 苞
Rust:
let c = '\u{82DE}';
println!("{}", c); // Output: 苞
Go:
char := '\u82DE'
fmt.Printf("%c\n", char) // Output: 苞
CSS:
/* CSS content property */
.element::before {
content: "\0082DE"; /* 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%8B%9E
MD5:
9987dbe8cb4c3d925ab5886b23c00286
SHA1:
ff6144d3ee9fcfcfeef00b03f8c014e421b0a608
Base64:
6Iue