Unicode Finder

"槄" U+69C4(CJK UNIFIED IDEOGRAPH-69C4)

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

Programming

C
\u69C4
JavaScript
\u69C4
Java
\u69C4
Json
\u69C4
Python
\u69C4
Perl
\x{69C4}
PHP
\x{69C4}
Ruby
\u{69C4}
Rust
\u{69C4}
Go
\u69C4

Web

CSS
\0069C4
HtmlDecimal
槄
HtmlHexadecimal
槄
Url
%E6%A7%84

Code

MD5
56b6a7e3fae1cdbbcf9ee320fdc11620
Sha1
c46e537e3e37a9620c5fa802d1e8443e95ebc0e8
Base64
5qeE

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u69C4';
console.log(char);  // Output: 槄

Java:

char c = '\u69C4';
System.out.println(c);  // Output: 槄

JSON:

{"text": "\u69C4"}  // Value: 槄

Python:

char = '\u69C4'
print(char)  # Output: 槄

Perl:

my $char = "\x{69C4}";
print $char;  # Output: 槄

PHP:

$char = "\x{69C4}";
echo $char;  // Output: 槄

Ruby:

char = "\u{69C4}"
puts char  # Output: 槄

Rust:

let c = '\u{69C4}';
println!("{}", c);  // Output: 槄

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0069C4";  /* Display: 槄 */
}

HTML Decimal:

<p>HTML decimal: &#27076;</p>  <!-- Display: 槄 -->

HTML Hexadecimal:

<p>HTML hex: &#x69C4;</p>  <!-- Display: 槄 -->

URL Encoding:

// 槄 URL encoding
https://unicodefinder.com/search.php?query=%E6%A7%84

Encodings

MD5:

56b6a7e3fae1cdbbcf9ee320fdc11620

SHA1:

c46e537e3e37a9620c5fa802d1e8443e95ebc0e8

Base64:

5qeE