C:
char c = '\u8FB6';
printf("%c\n", c); // Output: 辶
JavaScript:
const char = '\u8FB6';
console.log(char); // Output: 辶
Java:
char c = '\u8FB6';
System.out.println(c); // Output: 辶
JSON:
{"text": "\u8FB6"} // Value: 辶
Python:
char = '\u8FB6'
print(char) # Output: 辶
Perl:
my $char = "\x{8FB6}";
print $char; # Output: 辶
PHP:
$char = "\x{8FB6}";
echo $char; // Output: 辶
Ruby:
char = "\u{8FB6}"
puts char # Output: 辶
Rust:
let c = '\u{8FB6}';
println!("{}", c); // Output: 辶
Go:
char := '\u8FB6'
fmt.Printf("%c\n", char) // Output: 辶
CSS:
/* CSS content property */
.element::before {
content: "\008FB6"; /* 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=%E8%BE%B6
MD5:
e9d559a114727e96b2b6fdc6414180b8
SHA1:
09ab3541d097c159467d7e430ca7cf6c1975e545
Base64:
6L62