Unicode Finder

"摸" U+6478(CJK UNIFIED IDEOGRAPH-6478)

U+6478
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-6478

Programming

C
\u6478
JavaScript
\u6478
Java
\u6478
Json
\u6478
Python
\u6478
Perl
\x{6478}
PHP
\x{6478}
Ruby
\u{6478}
Rust
\u{6478}
Go
\u6478

Web

CSS
\006478
HtmlDecimal
摸
HtmlHexadecimal
摸
Url
%E6%91%B8

Code

MD5
919ec9c31fb0afb531da7f8bb95bd9cc
Sha1
508dfa64c33e14115591889c83c78ad04b4bc1a5
Base64
5pG4

使用例

Programming Languages

C:

char c = '\u6478';
printf("%c\n", c);  // Output: 摸

JavaScript:

const char = '\u6478';
console.log(char);  // Output: 摸

Java:

char c = '\u6478';
System.out.println(c);  // Output: 摸

JSON:

{"text": "\u6478"}  // Value: 摸

Python:

char = '\u6478'
print(char)  # Output: 摸

Perl:

my $char = "\x{6478}";
print $char;  # Output: 摸

PHP:

$char = "\x{6478}";
echo $char;  // Output: 摸

Ruby:

char = "\u{6478}"
puts char  # Output: 摸

Rust:

let c = '\u{6478}';
println!("{}", c);  // Output: 摸

Go:

char := '\u6478'
fmt.Printf("%c\n", char)  // Output: 摸

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006478";  /* Display: 摸 */
}

HTML Decimal:

<p>HTML decimal: &#25720;</p>  <!-- Display: 摸 -->

HTML Hexadecimal:

<p>HTML hex: &#x6478;</p>  <!-- Display: 摸 -->

URL Encoding:

// 摸 URL encoding
https://unicodefinder.com/search.php?query=%E6%91%B8

Encodings

MD5:

919ec9c31fb0afb531da7f8bb95bd9cc

SHA1:

508dfa64c33e14115591889c83c78ad04b4bc1a5

Base64:

5pG4