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