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