C:
char c = '\uCEF8';
printf("%c\n", c); // Output: 컸
JavaScript:
const char = '\uCEF8';
console.log(char); // Output: 컸
Java:
char c = '\uCEF8';
System.out.println(c); // Output: 컸
JSON:
{"text": "\uCEF8"} // Value: 컸
Python:
char = '\uCEF8'
print(char) # Output: 컸
Perl:
my $char = "\x{CEF8}";
print $char; # Output: 컸
PHP:
$char = "\x{CEF8}";
echo $char; // Output: 컸
Ruby:
char = "\u{CEF8}"
puts char # Output: 컸
Rust:
let c = '\u{CEF8}';
println!("{}", c); // Output: 컸
Go:
char := '\uCEF8'
fmt.Printf("%c\n", char) // Output: 컸
CSS:
/* CSS content property */
.element::before {
content: "\00CEF8"; /* 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=%EC%BB%B8
MD5:
bb08780bb7ca50d3d299d8d94ba9c053
SHA1:
1277402f52d4163f262d1e8f1401a1c94c2b3036
Base64:
7Lu4