C:
char c = '\uCEBE';
printf("%c\n", c); // Output: 캾
JavaScript:
const char = '\uCEBE';
console.log(char); // Output: 캾
Java:
char c = '\uCEBE';
System.out.println(c); // Output: 캾
JSON:
{"text": "\uCEBE"} // Value: 캾
Python:
char = '\uCEBE'
print(char) # Output: 캾
Perl:
my $char = "\x{CEBE}";
print $char; # Output: 캾
PHP:
$char = "\x{CEBE}";
echo $char; // Output: 캾
Ruby:
char = "\u{CEBE}"
puts char # Output: 캾
Rust:
let c = '\u{CEBE}';
println!("{}", c); // Output: 캾
Go:
char := '\uCEBE'
fmt.Printf("%c\n", char) // Output: 캾
CSS:
/* CSS content property */
.element::before {
content: "\00CEBE"; /* 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%BA%BE
MD5:
28bc05f378d840a1e2d36e4507f1e672
SHA1:
c9cbb25a402740bbb75caa067f25dac3e3610b1c
Base64:
7Lq+