C:
char c = '\uB2AF';
printf("%c\n", c); // Output: 늯
JavaScript:
const char = '\uB2AF';
console.log(char); // Output: 늯
Java:
char c = '\uB2AF';
System.out.println(c); // Output: 늯
JSON:
{"text": "\uB2AF"} // Value: 늯
Python:
char = '\uB2AF'
print(char) # Output: 늯
Perl:
my $char = "\x{B2AF}";
print $char; # Output: 늯
PHP:
$char = "\x{B2AF}";
echo $char; // Output: 늯
Ruby:
char = "\u{B2AF}"
puts char # Output: 늯
Rust:
let c = '\u{B2AF}';
println!("{}", c); // Output: 늯
Go:
char := '\uB2AF'
fmt.Printf("%c\n", char) // Output: 늯
CSS:
/* CSS content property */
.element::before {
content: "\00B2AF"; /* 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=%EB%8A%AF
MD5:
95308c5d14ce6e295d6150784fd6040f
SHA1:
d5c59fd5294a309fa96a8abc66e570f17c924dc0
Base64:
64qv