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