C:
char c = '\uB0BA';
printf("%c\n", c); // Output: 낺
JavaScript:
const char = '\uB0BA';
console.log(char); // Output: 낺
Java:
char c = '\uB0BA';
System.out.println(c); // Output: 낺
JSON:
{"text": "\uB0BA"} // Value: 낺
Python:
char = '\uB0BA'
print(char) # Output: 낺
Perl:
my $char = "\x{B0BA}";
print $char; # Output: 낺
PHP:
$char = "\x{B0BA}";
echo $char; // Output: 낺
Ruby:
char = "\u{B0BA}"
puts char # Output: 낺
Rust:
let c = '\u{B0BA}';
println!("{}", c); // Output: 낺
Go:
char := '\uB0BA'
fmt.Printf("%c\n", char) // Output: 낺
CSS:
/* CSS content property */
.element::before {
content: "\00B0BA"; /* 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%82%BA
MD5:
75160f62ad404b680c84f14286ec161e
SHA1:
19bf0e92249cd6a4d76a5c923268970330f8e295
Base64:
64K6