C:
char c = '\uB2B4';
printf("%c\n", c); // Output: 늴
JavaScript:
const char = '\uB2B4';
console.log(char); // Output: 늴
Java:
char c = '\uB2B4';
System.out.println(c); // Output: 늴
JSON:
{"text": "\uB2B4"} // Value: 늴
Python:
char = '\uB2B4'
print(char) # Output: 늴
Perl:
my $char = "\x{B2B4}";
print $char; # Output: 늴
PHP:
$char = "\x{B2B4}";
echo $char; // Output: 늴
Ruby:
char = "\u{B2B4}"
puts char # Output: 늴
Rust:
let c = '\u{B2B4}';
println!("{}", c); // Output: 늴
Go:
char := '\uB2B4'
fmt.Printf("%c\n", char) // Output: 늴
CSS:
/* CSS content property */
.element::before {
content: "\00B2B4"; /* 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%B4
MD5:
0a1696c3bb6a47b8274b1fc3a19f77e0
SHA1:
9fe4f02d78e6f3e2f02b4bb21e6e0ddddd4d0621
Base64:
64q0