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