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