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