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