C:
char c = '\uB9ED';
printf("%c\n", c); // Output: 맭
JavaScript:
const char = '\uB9ED';
console.log(char); // Output: 맭
Java:
char c = '\uB9ED';
System.out.println(c); // Output: 맭
JSON:
{"text": "\uB9ED"} // Value: 맭
Python:
char = '\uB9ED'
print(char) # Output: 맭
Perl:
my $char = "\x{B9ED}";
print $char; # Output: 맭
PHP:
$char = "\x{B9ED}";
echo $char; // Output: 맭
Ruby:
char = "\u{B9ED}"
puts char # Output: 맭
Rust:
let c = '\u{B9ED}';
println!("{}", c); // Output: 맭
Go:
char := '\uB9ED'
fmt.Printf("%c\n", char) // Output: 맭
CSS:
/* CSS content property */
.element::before {
content: "\00B9ED"; /* 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%A7%AD
MD5:
18a39d2695314196f3d3f05f2259138a
SHA1:
b706217163983a997e88c94abb58f29856b88f9b
Base64:
66et