Unicode Finder

"ᱴ" U+1C74(OL CHIKI LETTER OTT)

U+1C74
نام بلوک
Ol Chiki
نام
OL CHIKI LETTER OTT

Programming

C
\u1C74
JavaScript
\u1C74
Java
\u1C74
Json
\u1C74
Python
\u1C74
Perl
\x{1C74}
PHP
\x{1C74}
Ruby
\u{1C74}
Rust
\u{1C74}
Go
\u1C74

Web

CSS
\001C74
HtmlDecimal
ᱴ
HtmlHexadecimal
ᱴ
Url
%E1%B1%B4

Code

MD5
afd3f38fd0030fce10442b93c85cbe1d
Sha1
e51ccbfef81d029e1324e5d589ee8d11c0c88236
Base64
4bG0

مثال‌های استفاده

Programming Languages

C:

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

JavaScript:

const char = '\u1C74';
console.log(char);  // Output: ᱴ

Java:

char c = '\u1C74';
System.out.println(c);  // Output: ᱴ

JSON:

{"text": "\u1C74"}  // Value: ᱴ

Python:

char = '\u1C74'
print(char)  # Output: ᱴ

Perl:

my $char = "\x{1C74}";
print $char;  # Output: ᱴ

PHP:

$char = "\x{1C74}";
echo $char;  // Output: ᱴ

Ruby:

char = "\u{1C74}"
puts char  # Output: ᱴ

Rust:

let c = '\u{1C74}';
println!("{}", c);  // Output: ᱴ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001C74";  /* Display: ᱴ */
}

HTML Decimal:

<p>HTML decimal: &#7284;</p>  <!-- Display: ᱴ -->

HTML Hexadecimal:

<p>HTML hex: &#x1C74;</p>  <!-- Display: ᱴ -->

URL Encoding:

// ᱴ URL encoding
https://unicodefinder.com/search.php?query=%E1%B1%B4

Encodings

MD5:

afd3f38fd0030fce10442b93c85cbe1d

SHA1:

e51ccbfef81d029e1324e5d589ee8d11c0c88236

Base64:

4bG0