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