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