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