Unicode Finder

"指" U+6307(CJK UNIFIED IDEOGRAPH-6307)

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

Programming

C
\u6307
JavaScript
\u6307
Java
\u6307
Json
\u6307
Python
\u6307
Perl
\x{6307}
PHP
\x{6307}
Ruby
\u{6307}
Rust
\u{6307}
Go
\u6307

Web

CSS
\006307
HtmlDecimal
指
HtmlHexadecimal
指
Url
%E6%8C%87

Code

MD5
73490b8c10cf601f93082c87f444c478
Sha1
a2a6c87168ef1e5799d892ec96152f9cec41907b
Base64
5oyH

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6307';
console.log(char);  // Output: 指

Java:

char c = '\u6307';
System.out.println(c);  // Output: 指

JSON:

{"text": "\u6307"}  // Value: 指

Python:

char = '\u6307'
print(char)  # Output: 指

Perl:

my $char = "\x{6307}";
print $char;  # Output: 指

PHP:

$char = "\x{6307}";
echo $char;  // Output: 指

Ruby:

char = "\u{6307}"
puts char  # Output: 指

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006307";  /* Display: 指 */
}

HTML Decimal:

<p>HTML decimal: &#25351;</p>  <!-- Display: 指 -->

HTML Hexadecimal:

<p>HTML hex: &#x6307;</p>  <!-- Display: 指 -->

URL Encoding:

// 指 URL encoding
https://unicodefinder.com/search.php?query=%E6%8C%87

Encodings

MD5:

73490b8c10cf601f93082c87f444c478

SHA1:

a2a6c87168ef1e5799d892ec96152f9cec41907b

Base64:

5oyH