C:
char c = '\uB2EE';
printf("%c\n", c); // Output: 닮
JavaScript:
const char = '\uB2EE';
console.log(char); // Output: 닮
Java:
char c = '\uB2EE';
System.out.println(c); // Output: 닮
JSON:
{"text": "\uB2EE"} // Value: 닮
Python:
char = '\uB2EE'
print(char) # Output: 닮
Perl:
my $char = "\x{B2EE}";
print $char; # Output: 닮
PHP:
$char = "\x{B2EE}";
echo $char; // Output: 닮
Ruby:
char = "\u{B2EE}"
puts char # Output: 닮
Rust:
let c = '\u{B2EE}';
println!("{}", c); // Output: 닮
Go:
char := '\uB2EE'
fmt.Printf("%c\n", char) // Output: 닮
CSS:
/* CSS content property */
.element::before {
content: "\00B2EE"; /* 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%8B%AE
MD5:
1084b7acd48cea94bb5f6e130fa3ff8f
SHA1:
23defcda6d548efa588fc352dc2f27abd219b056
Base64:
64uu