C:
char c = '\u4EBB';
printf("%c\n", c); // Output: 亻
JavaScript:
const char = '\u4EBB';
console.log(char); // Output: 亻
Java:
char c = '\u4EBB';
System.out.println(c); // Output: 亻
JSON:
{"text": "\u4EBB"} // Value: 亻
Python:
char = '\u4EBB'
print(char) # Output: 亻
Perl:
my $char = "\x{4EBB}";
print $char; # Output: 亻
PHP:
$char = "\x{4EBB}";
echo $char; // Output: 亻
Ruby:
char = "\u{4EBB}"
puts char # Output: 亻
Rust:
let c = '\u{4EBB}';
println!("{}", c); // Output: 亻
Go:
char := '\u4EBB'
fmt.Printf("%c\n", char) // Output: 亻
CSS:
/* CSS content property */
.element::before {
content: "\004EBB"; /* 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=%E4%BA%BB
MD5:
d24526d83a83495db484c5dd1ee3e004
SHA1:
7c57b803093067a9022ee9e93191d1c9e9840f18
Base64:
5Lq7