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