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