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