C:
char c = '\uC836';
printf("%c\n", c); // Output: 젶
JavaScript:
const char = '\uC836';
console.log(char); // Output: 젶
Java:
char c = '\uC836';
System.out.println(c); // Output: 젶
JSON:
{"text": "\uC836"} // Value: 젶
Python:
char = '\uC836'
print(char) # Output: 젶
Perl:
my $char = "\x{C836}";
print $char; # Output: 젶
PHP:
$char = "\x{C836}";
echo $char; // Output: 젶
Ruby:
char = "\u{C836}"
puts char # Output: 젶
Rust:
let c = '\u{C836}';
println!("{}", c); // Output: 젶
Go:
char := '\uC836'
fmt.Printf("%c\n", char) // Output: 젶
CSS:
/* CSS content property */
.element::before {
content: "\00C836"; /* 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%A0%B6
MD5:
252eba4cb96ecfbd8cdaeb718f288ae5
SHA1:
e521ef045ea5e63add13da0d09d8637344d004a0
Base64:
7KC2